An open API service indexing awesome lists of open source software.

https://github.com/peerlibrary/meteor-assert

Make code assertions to assure your code works as expected
https://github.com/peerlibrary/meteor-assert

Last synced: 9 days ago
JSON representation

Make code assertions to assure your code works as expected

Awesome Lists containing this project

README

          

assert smart package
====================

Meteor smart package for [assert](http://nodejs.org/api/assert.html) node.js module. It provides a simple way
to make various code assertions to assure your code works as expected.

Adding this package to your [Meteor](http://www.meteor.com/) application adds `assert` object into the global scope.

Both client and server side. For client environment it uses [this port](https://github.com/Jxck/assert).

Installation
------------

```
meteor add peerlibrary:assert
```