0.10.1 • Published 4 years ago

random-strings-numbers v0.10.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

random-strings-numbers

A module that returns a string created with random letters and numbers, of a size according to the number entered as a parameter.

How to install

npm install random-strings-numbers

How to use in Node

let random = require('random-strings-numbers');

let getCharacters = random.RandomChar(5); 

How to use in React

import { RandomChar } from 'random-strings-numbers';

let getCharacters =  RandomChar(5);