mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-25 11:11:46 +08:00
5 lines
78 B
TypeScript
5 lines
78 B
TypeScript
declare module "yamljs" {
|
|
|
|
export function load(path : string) : any[];
|
|
|
|
} |