THT
Install
Manual
Version: v0.8.1 - Beta. We welcome
contributors & feedback
.
Home
Manual
Object
Object.isList
isList() -> boolean
Description
Returns true if the variable is a List.
[1, 2, 3].isList() //= true
See Also
isFunction
isMap
isNumber
isRegex
isString
isTypeString
type
zClassName
Back: Object