ahr-hello-pack The ahr-hello-pack is a simple npm package library. Installation Using npm: $ npm i -g npm $ npm i --save ahr-hello-packHow to use: import { Calculator } from 'ahr-hello-pack/lib/app'; new Calculator(10, 6); calObject.sum();