FP-style typeof
npm install fj-typeof --save
var typeOf = require('fj-typeof');
typeOf('function', typeOf); // => true
typeOf('string')('foo'); // => true
typeOf('object')({}); // => true
typeOf('undefined')(undefined); // => true| Name | Name | Last commit date | ||
|---|---|---|---|---|