Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
ArgsCheck
Interface ArgsCheck
Index
Properties
enableChecks
Methods
checkArgs
getValue
Properties
public
enableChecks
:
boolean
Methods
public
checkArgs
(
argsSpec
:
string
, functionName
:
string
, args
:
Array<any>
, callee
?:
any
)
Parameters
argsSpec:
string
functionName:
string
args:
Array<any>
callee?:
any
optional
public
getValue
(
value
?:
any
, defaultValue
?:
any
)
:
any
Parameters
value?:
any
optional
defaultValue?:
any
optional
Returns
any
Globals