IsCustomFunction
Determine whether a given object is a custom function.
Method Signature
Arguments
Examples
Related
Last updated
Determine whether a given object is a custom function.
Last updated
Argument | Type | Required | Description | Default |
---|---|---|---|---|
object
any
true
The value to test for closure-ness.
type
string
false
Check for a specific type of custom function - UDF
, Lambda
, or Closure
.