@arcteryx/arcteryx-js-helpers

Arc'teryx.com JavaScript helper library

Usage no npm install needed!

<script type="module">
  import arcteryxArcteryxJsHelpers from 'https://cdn.skypack.dev/@arcteryx/arcteryx-js-helpers';
</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