Package Exports
- generate-pincode
- generate-pincode/index.js
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-pincode
Usage
const gpc = require('generate-pincode')
const pin = gpc(4)
console.log(pin)
// => 1234
Related
- generate-pincode-cli CLI of this module