@arcteryx/js-exclusive-product

ARCTERYX JavaScript helper library.

Usage no npm install needed!

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

README

ARCTERYX.js

ARCTERYX JavaScript helper library.

This package is an ES Module that you can include in source code to access a list of helper functions.

// All under ARCTERYX global
import * as ARCTERYX from '@arcteryx/arcteryx-js-helpers'

// Individual functions
import { flattenCMSJson} from '@arcteryx/arcteryx-js-helpers'

Build and test locally like this:

npm install
npm test