UNPKG

simple-random

Version:

A simple flexible javascript library that creates random alpha-numeric strings. Works in both NodeJS and the browser.

5 lines (3 loc) 161 B
var secureContainer = require('./lib/node_secure'); var randomFactory = require("./lib/simple_random"); module.exports = randomFactory.create(secureContainer);