Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 1.53 KB

File metadata and controls

57 lines (45 loc) · 1.53 KB

Function: IsClosure

Determine whether a given object is a closure

Method Signature

IsClosure(object=[any])

Arguments

Argument Type Required Description Default
object any true The value to test for closure-ness.

Examples

Related