JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q49792F
  • License MIT

Different types of random behaviour in Javascript

Package Exports

  • chancer

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 (chancer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Chancer

Different types of random behaviour in Javascript.

Getting Started

You can use Chancer on the server side with Node.js and npm:

npm install chancer

On the client side, you can include the built version of Chancer in your page (found in build/chancer.js):

<script src="chancer.js"></script>