isHash
1.6
isHash(obj) -> Boolean
Returns true if obj is an instance of the Hash class, false otherwise.
Examples
Object.isHash(new Hash({ }));
//-> true
Object.isHash($H({ }));
//-> true
Object.isHash({ });
//-> false
isHash(obj) -> Boolean
Returns true if obj is an instance of the Hash class, false otherwise.
Object.isHash(new Hash({ }));
//-> true
Object.isHash($H({ }));
//-> true
Object.isHash({ });
//-> false