JSPM

worldopennetworkjs-util

5.2.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q17823F
  • License MPL-2.0

a collection of utility functions for worldopennetwork

Package Exports

  • worldopennetworkjs-util

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (worldopennetworkjs-util) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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