Files
DefinitelyTyped/yamljs/yamljs.d.ts
T

5 lines
78 B
TypeScript

declare module "yamljs" {
export function load(path : string) : any[];
}