@arcteryx/js-exclusive-product
v1.29.1
Published
ARCTERYX JavaScript helper library.
Downloads
123
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