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.