return-random-string

0.0.5 • Public • Published

##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.

/return-random-string/

    Package Sidebar

    Install

    npm i return-random-string

    Weekly Downloads

    0

    Version

    0.0.5

    License

    MIT

    Last publish

    Collaborators

    • ahadb