Skip to content

Boolean

Malexion edited this page Nov 1, 2016 · 1 revision

__.is.bool(item)

  • item Item to check if it is a boolean flag.

Examples

var result = __.is.bool(null);

console.log(result);
Clone this wiki locally