Skip to content

ricnef2121/random-strings-numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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); 

About

This module return a mix between strings and numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published