mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
fixed wrong argument type of Schema.create
This commit is contained in:
Vendored
+1
-1
@@ -15,7 +15,7 @@ declare module jsyaml {
|
||||
}
|
||||
export class Schema {
|
||||
constructor(definition: SchemaDefinition);
|
||||
public static create(... any): Schema;
|
||||
public static create(args: any[]): Schema;
|
||||
}
|
||||
|
||||
export function safeLoadAll(str: string, iterator: (doc: any) => void, opts?: LoadOptions): any;
|
||||
|
||||
Reference in New Issue
Block a user