@unction/istype
v6.13.0
Published
Takes a type name and a value and returns a boolean if value is type
Downloads
178
Readme
@unction/isType
string => A => boolean
Takes any value and then any value and returns an array containing those values.
isType("Object")({}) // => true
isType("Array")([]) // => true
isType("String")("") // => true