Skip to content
/ idmon Public

A straightforward unique ID generating tool.

Notifications You must be signed in to change notification settings

Vilasi/idmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

idmon

A straightforward unique ID generating tool. Generates IDs using a-zA-Z0-9

Install

npm i idmon

How to Use

import idmon from 'idmon';

Execute idmon(num) as a function to return a unique ID.

Accepts a single integer as an argument to determine ID length. Defaults to 16 if no argument passed.

About

A straightforward unique ID generating tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published