@arcteryx/js-price

Install it: ``` npm install @arcteryx/js-price ```

Usage no npm install needed!

<script type="module">
  import arcteryxJsPrice from 'https://cdn.skypack.dev/@arcteryx/js-price';
</script>

README

Arc'teryx Price Helpers

Install it:

npm install @arcteryx/js-price

Use it as an ES Module:

import buildPriceModel from '@arcteryx/js-price'

Build and test locally like this:

npm install
npm run build
npm test:watch