Skip to content

ooade/micro-typeof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micro TypeOf

npm travis downloads/month pullrequest firsttimersonly

Installation

npm add micro-typeof

Usage

import typeOf from 'micro-typeof';

typeOf([0, 1]) // array
typeOf({ name: 'Ademola' }) // object
typeOf(Symbol('foo') // symbol
typeOf(() => {}) // function

LICENSE

MIT

About

✍🏿Get the exact type of a value

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published