1.0.1 • Published 4 years ago

@ivanhanak_com/random-string v1.0.1

Weekly downloads
-
License
https://www.imdb....
Repository
github
Last release
4 years ago

random-string

npm.io NPM Weekly Downloads

A simple & lightweight library for generating random strings.

Changelog

See the whole Changelog.

Install

Using npm:

npm install @ivanhanak_com/random-string

Using yarn:

yarn add @ivanhanak_com/random-string

Import

import generateRandomString from '@ivanhanak_com/random-string';

Usage

The function takes no arguments.

const randomString = generateRandomString();

Browser support

IE11+