mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
Making parameter optional
This commit is contained in:
Vendored
+1
-1
@@ -40,7 +40,7 @@ interface DynaTree {
|
||||
renderInvisibleNodes(): void;
|
||||
selectKey(key: string, flag: string): DynaTreeNode;
|
||||
serializeArray(stopOnParents: boolean): any[];
|
||||
toDict(includeRoot: boolean): any;
|
||||
toDict(includeRoot?: boolean): any;
|
||||
visit(fn: (node: DynaTreeNode) =>boolean, includeRoot: boolean): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user