Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 514 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 514 Bytes

assert smart package

Meteor smart package for assert 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 application adds assert object into the global scope.

Both client and server side. For client environment it uses this port.

Installation

meteor add peerlibrary:assert