micro-typeof
v0.1.0
Published
Get the exact type of a value
Downloads
4
Readme
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