JSPM

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

A module for generating random strings

Package Exports

  • randomstring

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 (randomstring) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

node-randomstring

Installation

To install randomstring, use npm:

$ npm install randomstring

Usage

var randomstring = require("randomstring");

randomstring.generate();
// >> "XwPp9xazJ0ku5CZnlmgAx2Dld8SHkAeT"

randomstring.generate(7);
// >> "xqm5wXX"

LICENSE

node-randomstring is licensed under the MIT license.