fj-typeof

1.0.0 • Public • Published

fj-typeof

Build Status npm version

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

Readme

Keywords

Package Sidebar

Install

npm i fj-typeof

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • schtoeffel