diff --git a/js-yaml/js-yaml.d.ts b/js-yaml/js-yaml.d.ts index 8476b000e..85d9579cf 100644 --- a/js-yaml/js-yaml.d.ts +++ b/js-yaml/js-yaml.d.ts @@ -1,7 +1,7 @@ -// Type definitions for js-yaml 3.0.2 +// Type definitions for js-yaml 3.5.2 // Project: https://github.com/nodeca/js-yaml -// Definitions by: Bart van der Schoor -// Definitions: https://github.com/borisyankov/DefinitelyTyped +// Definitions by: Bart van der Schoor , Sebastian Clausen +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare module jsyaml { export function safeLoad(str: string, opts?: LoadOptions): any;