0.0.5 • Published 8 years ago

return-random-string v0.0.5

Weekly downloads
2
License
MIT
Repository
-
Last release
8 years ago

##Random String

Simply returns a random string

##Overview

The module can be used when you need a function that returns a random string

##Installing

npm install random-string

##Usage

Just require the random-string module. The export function can be used in any module you desire:

const rs = require('return-random-string');

const x = rs.randomString(); // x contains a random string with length of 5

##Commands

'npm test'

##Contributing

Feel free to file an issue or bug.

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago