typeofv2
v1.0.0
Published
A simple type checking module for JavaScript ๐
Downloads
8
Maintainers
Readme
typeofv2
A simple type checking module for JavaScript ๐
Installation
npm install typeofv2 --save
or
yarn add typeofv2
Example
const typeofv2 = require('typeofv2');
typeofv2.isArray([]) // true
typeofv2.isObject({}) // true
All Method
- isArray
- isBoolean
- isNull
- isUndefined
- isNumber
- isString
- isSymbol
- isObject
- isRegExp
- isDate
- isError
- isFunction
- isPrimitive
- isBuffer