micro-typeof
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i micro-typeof

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

2.14 kB

Total Files

4

Last publish

Collaborators

  • ooade