1.0.2 • Published 3 years ago

@skwiryt/id-generator v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Description

It generates a series of random letters and digits that may be used as an id.

Installation

npm istall @skwiryt/id-generator

Use

The function exported from the module takes a parameter that represents the requested length of generated id.

const genterator = require('@skwiryt/id-generator');
const id = generator(20);
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago