visit-lib-traveller-counter
v0.1.337
Published
``` npm install visit-lib-traveller-counter ```
Keywords
Readme
visit-lib-traveller-counter
Project setup
npm install visit-lib-traveller-counterSample input for the library
[{ key: "ADULT", value: "0" },{ key: "CHILD1", value: "0" },{ key: "CHILD2", value: "0" }]Output
Same output will return with modified valuesCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildRun your tests
npm run testLints and fixes files
npm run lint