mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
yamljs tests file
This commit is contained in:
Vendored
+5
-1
@@ -5,6 +5,10 @@
|
||||
|
||||
declare module yamljs {
|
||||
|
||||
export function load(path : string) : any[];
|
||||
export function load(path : string) : any;
|
||||
|
||||
export function stringify(nativeObject : any, inline? : number, spaces? : number) : string;
|
||||
|
||||
export function parse(yamlString : string) : any;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user