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 chancerOn the client side, you can include the built version of Chancer in your page (found in build/chancer.js):
<script src="chancer.js"></script>