JSPM

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

Generate random pincode

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

js-standard-style

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

License

MIT