mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-22 11:40:10 +08:00
10 lines
283 B
TypeScript
10 lines
283 B
TypeScript
// Type definitions for yamljs 0.2.1
|
|
// Project: https://github.com/jeremyfa/yaml.js
|
|
// Definitions by: Tim Jonischkat <tim@emmaeins-media.de>
|
|
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
|
|
|
declare module yamljs {
|
|
|
|
export function load(path : string) : any[];
|
|
|
|
} |