Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.08 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.08 KB

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