the-type-is
v0.0.1
Published
check js data type
Readme
The Type is
Desc: this is a type checking package with a easy method
Use:
const TypeIs = require("the-type-is"); TypeIs("Hello") \\ string
TypeIs(46) \\ number
TypeIs(null) \\ object
...