1.0.0 • Published 7 years ago

qc-type_of v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

qc-type_of

Yet another NPM package to improve upon JavaScript's typeof operator.

Build Status

Usage

npm install --save qc-type_of

Comparison with JavaScript's typeof Operator

Differences

ValuetypeoftypeOf
arguments'object''arguments'
new Boolean(...)'object''boolean'
Infinity'number''infinity'
NaN'number''nan'
null'object''null'
new Number(...)'object''number'
new String(...)'object''string'
1.0.0

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago