Version: v0.7.1 - Beta.  We welcome contributors & feedback.

Object.isList

isList() -> boolean

Description

Returns true if the variable is a List.

[1, 2, 3].isList()
//= true

See Also