Skip to content
Malexion edited this page Nov 1, 2016 · 1 revision

__.is.object(item)

  • item Item to check if it is an Object.

Examples

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

console.log(result);
Clone this wiki locally