Last updated 2 months ago
Was this helpful?
Determine whether a given object is a custom function.
IsCustomFunction(object=[any], type=[string])
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.
UDF
Lambda
Closure