Takes a type name and a value and returns a boolean if value is type
npm install @unction/istype![Tests][BADGE_TRAVIS]
![Stability][BADGE_STABILITY]
![Dependencies][BADGE_DEPENDENCY]
> string => A => boolean
Takes any value and then any value and returns an array containing those values.
`` javascript``
isType("Object")({}) // => true
isType("Array")([]) // => true
isType("String")("") // => true
[BADGE_TRAVIS]: https://img.shields.io/travis/unctionjs/isType.svg?maxAge=2592000&style=flat-square
[BADGE_STABILITY]: https://img.shields.io/badge/stability-strong-green.svg?maxAge=2592000&style=flat-square
[BADGE_DEPENDENCY]: https://img.shields.io/david/unctionjs/isType.svg?maxAge=2592000&style=flat-square