random-string-no-dep

1.0.1 • Public • Published

Random string no dependency

This is a simple package that helps you generate random strings. The strings are generated using nodejs built in crypto library and as such has no external dependencies.

Usage

$ npm install random-string-no-dep

const generator = require('random-string-no-dep');

const randomString = generator(2);

That's all.

/random-string-no-dep/

    Package Sidebar

    Install

    npm i random-string-no-dep

    Weekly Downloads

    0

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    1.05 kB

    Total Files

    4

    Last publish

    Collaborators

    • brainyfarm