mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-01 02:42:47 +08:00
Update definitions and tests
This commit is contained in:
4
yamljs/yamljs.d.ts
vendored
4
yamljs/yamljs.d.ts
vendored
@@ -1,9 +1,9 @@
|
||||
// Type definitions for yamljs 0.2.1
|
||||
// Type definitions for yamljs 0.2.3
|
||||
// Project: https://github.com/jeremyfa/yaml.js
|
||||
// Definitions by: Tim Jonischkat <http://www.tim-jonischkat.de>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module "yamljs" {
|
||||
declare module YAML {
|
||||
|
||||
export function load(path : string) : any;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user