1.0.9 • Published 1 year ago

unique-id-string-generator v1.0.9

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Unique ID String Generator

A simple module for generating strings.

Installation

npm install unique-id-string-generator
yarn add unique-id-string-generator

Usage

import {
  uniqueIdString,
  randomNumber,
  uniqueOTP,
  uniqueCharOTP,
} from "unique-id-string-generator";
console.log(uniqueIdString(a, b));
console.log(randomNumber());
console.log(uniqueOTP());
console.log(uniqueCharOTP());
1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.0

1 year ago