Package Exports
- generate-pincode
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 (generate-pincode) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
generate-pincode
Node.js module for generating random pincodes.
Installation
$ npm install generate-pincodeUsage
var gpc = require('generate-pincode')
var pin = gpc(4)
console.log(pin)
// => 1234Related
- generate-pincode-cli CLI of this module
License
