IsCustomFunction
Determine whether a given object is a custom function.
Method Signature
Arguments
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
.
Examples
Related
Last updated