0.10.0 • Published 2 years ago

udm-rsn v0.10.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

udm-rsn

A module that returns alphanumeric strings.

How to install

npm install udm-rsn --save

How to use

var random = require('udm-rsn')

## Method

# RandomStr

This method takes in an integer value which specifies the length of the returned string.

console.log(random.RandomStr(10));
// Returns b23de347hn
0.10.0

2 years ago