added definition for yamljs module

This commit is contained in:
Tim Jonischkat
2015-03-30 15:51:34 +02:00
parent f8f1b95d00
commit 61deb1c184

5
yamljs/yamljs.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
declare module "yamljs" {
export function load(path : string) : any[];
}