UNPKG

@grandom/string

Version:

A configurable, flexible, seedable, and overall great random string generator.

11 lines (7 loc) 265 B
'use strict'; var BasicEngine = require('@grandom/engines/basic'); var index = require('./RandomString/index.js'); const random = new index(new BasicEngine()); const string = random.string.bind(random); module.exports = string; //# sourceMappingURL=index.js.map