UNPKG

cheque

Version:

Type checking, for when you only use JavaScript's Good Parts.

4 lines (3 loc) 100 B
module.exports = function(x) { return typeof x == 'object' && !!x && x.constructor === Object; };