huge-id
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

huge-id

Extremely easy ID generation in Node.js

Installation

We use yarn, but you can use your favourite package manager. yarn add huge-id or npm i --save huge-id

Usage

const id = require('huge-id');
// Or
import id from 'huge-id';

id();

API

id(length?: number, alphabet?: string): string;

Readme

Keywords

none

Package Sidebar

Install

npm i huge-id

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

1.83 kB

Total Files

5

Last publish

Collaborators

  • g-delmo