Shared classes, definitions, functions common amongst the Monqade Project.
- MonqadeResponse (Class)
- MonqadeResponseMany (Class)
- MonqadeResponseSearch (Class)
- MonqadeError (Subclass of Error)
- LAMBA (various deterministic functions)
- ErrorCodes (Monqade Error codes in use of all Monqade packages)
https://github.com/terary/monqade-shared
$ npm install monqade-shared
To run the test suite, first install the dependencies, then run npm test
:
$ npm install
$ npm test
T. Chambers