concierge-common

The classes, objects, constants common between the concierge client and concierge-rest api.


Keywords
concierge, concierge-rest
License
ISC
Install
npm install concierge-common@1.1.69

Documentation

concierge-common

This package is not of use to anyone.

First, run npm link from this directory, (e.g. git/concierge-common), so that other modules can find this concierge-common module that is NOT published on npm.

Common classes, constants, objects between concierge and concierge-rest concierge-common code must NOT use ES6 because concierge-rest node server app does not use ES6. Consumers of concierge-common can use ES6, e.g. the concierge client app uses ES6.