worldopennetworkjs-util

5.2.1 • Public • Published

A collection of utility functions for worldopennetwork. It can be used in node.js or can be in the browser with browserify.

API

./docs/

Most of the string manipulation methods are provided by worldopennetworkjs-util

"scripts": { "coverage": "npm run build:dist && istanbul cover _mocha", "coveralls": "npm run coverage && coveralls <coverage/lcov.info", "lint": "standard", "prepublishOnly": "npm run lint && npm run build:dist && npm run test", "test": "npm run test:node && npm run test:browser", "test:browser": "npm run build:dist && karma start karma.conf.js", "test:node": "npm run build:dist && istanbul test mocha -- --reporter spec", "build:dist": "babel ./index.js --source-root ./ -d ./dist", "build:docs": "documentation build ./index.js --github --sort-order='alpha' -f md > ./docs/index.md" }

LICENSE

MPL-2.0

Package Sidebar

Install

npm i worldopennetworkjs-util

Weekly Downloads

1

Version

5.2.1

License

MPL-2.0

Unpacked Size

40.7 kB

Total Files

4

Last publish

Collaborators

  • wonnpm