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