1.1.0 • Published 8 years ago
typeof-object v1.1.0
typeof-object
All values in JavaScript are objects. typeofObject
gets a value's object type, including custom types.
install
$ npm instal typeof-object
example
const typeofObject = require('typeof-object')
typeofObject([]) // => 'Array'
typeofObject(Immutable.List()) // => 'List'