JSPM

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

Generate random pincode

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

Build Status Coverage Status js-standard-style

generate-pincode

Node.js module for generating random pincodes.

Installation

$ npm install generate-pincode

Usage

var gpc = require('generate-pincode')
var pin = gpc(4)

console.log(pin)

// => 1234