Returns any kind of object's type.
Regexp, array, etc. are objects in JavaScript.
Install
$ npm install --save obj-type
Usage
var objType = ; ;//=> 'object' ;//=> 'regexp' ;//=> 'array' ;//=> 'date' ;//=> 'null'
License
MIT © Andreas Gillström