1.12.14 • Published 5 years ago

web_anmo-core-helpers v1.12.14

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

web_anmo-core-helpers

This is a sub package of web_anmo.js

Helper functions used in web_anmo.js packages. Please read the documentation for more.

Installation

Node.js

npm install web_anmo-core-helpers

Usage

// in node.js
var helpers = require(web_anmo-core-helpers);

helpers.formatters;
helpers.errors;
...