tiny-is
v1.0.4
Published
This Brower / Node.js library that check type of variable
Downloads
5
Readme
tiny-is
This Brower / Node.js library that check type of variable
install
npm i tiny-is
API
const {
isObject,
isString
isArray
isFunction
isDate
isNumber
isUndef
isBoolean
isRegExp
isEmptyObject
} = require('tiny-is');