mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
apply tsfmt to yamljs
This commit is contained in:
Vendored
+3
-3
@@ -4,11 +4,11 @@
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare namespace YAML {
|
||||
function load(path : string) : any;
|
||||
function load(path: string): any;
|
||||
|
||||
function stringify(nativeObject : any, inline? : number, spaces? : number) : string;
|
||||
function stringify(nativeObject: any, inline?: number, spaces?: number): string;
|
||||
|
||||
function parse(yamlString : string) : any;
|
||||
function parse(yamlString: string): any;
|
||||
}
|
||||
|
||||
declare module "yamljs" {
|
||||
|
||||
Reference in New Issue
Block a user