@pod-point/utils

Common JS utilities.


Keywords
dom-manipulation, es6, javascript-modules
License
MIT
Install
npm install @pod-point/utils@1.5.0

Documentation

POD Point JavaScript modules

Install

npm install @pod-point/module --save

Import

import module from '@pod-point/module';

Usage

Instructions can be found in each module's README.md.

Develop

All modules are written in ES6, and require Babel or another transpiler to convert the source code from src to lib.

npm install babel -g

Compile changes before commiting/publishing!

npm run compile

All module versions follow semver.