@arcteryx/arcteryx-js-helpers
v1.23.0
Published
Arc'teryx.com JavaScript helper library
Downloads
42
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