mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
yamljs tests file
This commit is contained in:
6
yamljs/yamljs.d.ts
vendored
6
yamljs/yamljs.d.ts
vendored
@@ -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