hb5 is excited to announce a Meteor package for the [is.js - micro check library](http://arasatasaygin.github.io/is.js). is.js is a fantastic tool for checking types, regexps, environment, time, and much more.
When [Bayo Fodeke](https://twitter.com/bayofodeke) dropped the link for is.js in Slack. I thought it would make a nice Meteor package. I have really been itching to learn more about making packages and publishing them to [atmospherejs.com](http://atmospherejs.com). This seemed like a great way to accomplish that goal, along with making it super simple to add is.js to our projects.
## Installation
* [Package link](https://atmospherejs.com/hb5/meteor-is.js)
* `meteor add hb5:meteor-is.js`
## Usage
* Call is.js checks as documented [here](https://github.com/arasatasaygin/is.js)
* is.js works on client and server!