We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e559c32 commit 1cc3795Copy full SHA for 1cc3795
goJS/goJS.d.ts
@@ -1509,7 +1509,7 @@ declare module go {
1509
* the default predicate checks whether the argument is a string
1510
* @return {*}
1511
*/
1512
- static takeBuilderArgument(args: Array<any>, defval?: any, pred?: (any) => boolean): any;
+ static takeBuilderArgument(args: Array<any>, defval?: any, pred?: (arg: any) => boolean): any;
1513
1514
/**
1515
* Returns the effective angle that the object is drawn at, in document coordinates.
0 commit comments