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

Dependencies (0)

    Dev Dependencies (8)

    Package Sidebar

    Install

    npm i fj-typeof

    Weekly Downloads

    4

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • schtoeffel