fj-typeof
1.0.0 • Public • Published
fj-typeof

FP-style typeof
Installation
npm install fj-typeof --save
Usage
var typeOf = require('fj-typeof');
typeOf('function', typeOf); // => true
typeOf('string')('foo'); // => true
typeOf('object')({}); // => true
typeOf('undefined')(undefined); // => true
Package Sidebar
Install
Weekly Downloads