Update definitions and tests

This commit is contained in:
Jason Saelhof
2015-07-31 14:46:55 -06:00
parent 4df20c9706
commit 2ee0d57fae
2 changed files with 5 additions and 11 deletions

4
yamljs/yamljs.d.ts vendored
View File

@@ -1,9 +1,9 @@
// Type definitions for yamljs 0.2.1
// Type definitions for yamljs 0.2.3
// Project: https://github.com/jeremyfa/yaml.js
// Definitions by: Tim Jonischkat <http://www.tim-jonischkat.de>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module "yamljs" {
declare module YAML {
export function load(path : string) : any;