mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
js-yaml support on browser
This commit is contained in:
6
js-yaml/js-yaml.d.ts
vendored
6
js-yaml/js-yaml.d.ts
vendored
@@ -3,7 +3,7 @@
|
||||
// Definitions by: Bart van der Schoor <https://github.com/Bartvds>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module 'js-yaml' {
|
||||
declare module jsyaml {
|
||||
export function safeLoad(str: string, opts?: LoadOptions): any;
|
||||
export function load(str: string, opts?: LoadOptions): any;
|
||||
|
||||
@@ -46,3 +46,7 @@ declare module 'js-yaml' {
|
||||
// all supported YAML types.
|
||||
export var DEFAULT_FULL_SCHEMA: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml' {
|
||||
export = jsyaml;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user