mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
missing param name
This commit is contained in:
Vendored
+1
-1
@@ -1509,7 +1509,7 @@ declare module go {
|
||||
* the default predicate checks whether the argument is a string
|
||||
* @return {*}
|
||||
*/
|
||||
static takeBuilderArgument(args: Array<any>, defval?: any, pred?: (any) => boolean): any;
|
||||
static takeBuilderArgument(args: Array<any>, defval?: any, pred?: (arg: any) => boolean): any;
|
||||
|
||||
/**
|
||||
* Returns the effective angle that the object is drawn at, in document coordinates.
|
||||
|
||||
Reference in New Issue
Block a user