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
- Host: GitHub
- URL: https://github.com/peerlibrary/meteor-assert
- Owner: peerlibrary
- License: bsd-3-clause
- Created: 2013-03-31T03:23:14.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2019-09-20T02:09:48.000Z (over 6 years ago)
- Last Synced: 2025-02-22T16:15:01.612Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://nodejs.org/api/assert.html
- Size: 9.77 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```