worldopennetworkjs-util

a collection of utility functions for worldopennetwork

Usage no npm install needed!

<script type="module">
  import worldopennetworkjsUtil from 'https://cdn.skypack.dev/worldopennetworkjs-util';
</script>

README

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