JS Utils. is a library of JavaScript utilities and helper methods.
- Navigate to the root of your project and run:
npm install --save sfco-js-utils
.
- Within any project script(s),
require
thesfco-js-utils
library as follows:
var JSUtils = require( 'sfco-js-utils' );
...
...