UNPKG

random-string-module-paul-bunker

Version:
13 lines (9 loc) 272 B
# random-string-module-paul-bunker A module that returns alphanumeric strings ## INSTALATION `npm install random-string-module-paul-bunker` ## IMPLEMENTATION ```JAVASCRIPT var random = require('random-string-module-paul-bunker'); console.log(random.RandomChar(10)) ```