mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Update index.d.ts
This commit is contained in:
committed by
GitHub
parent
e2f264c1b3
commit
20a5a03781
Vendored
+1
-1
@@ -43,7 +43,7 @@ declare namespace jsyaml {
|
||||
// specifies a schema to use.
|
||||
schema?: any;
|
||||
// if true, sort keys when dumping YAML. If a function, use the function to sort the keys. (default: false)
|
||||
sortKeys?: boolean;
|
||||
sortKeys?: boolean | ((a: any, b: any) => number);
|
||||
// set max line width. (default: 80)
|
||||
lineWidth?: number;
|
||||
// if true, don't convert duplicate objects into references (default: false)
|
||||
|
||||
Reference in New Issue
Block a user