mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-02 03:14:31 +08:00
added documentation to yamljs def
This commit is contained in:
7
yamljs/yamljs.d.ts
vendored
7
yamljs/yamljs.d.ts
vendored
@@ -1,4 +1,9 @@
|
||||
declare module "yamljs" {
|
||||
// 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[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user