fn-istype
Ask for a type, returns a true / false as answer.
Install
npm install fn-istype --save
If you want to use in the browser (powered by Browserify):
bower install fn-istype --save
and later link in your HTML:
Usage
var isType = ; // raw method; true // You can use lowercase or capitalize shorcut by type methodisType; // => trueisType; // => trueisType; // => false
Here a list of types supported.
License
MIT © Kiko Beats