0.7.1 • Published 8 months ago

rowid v0.7.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

RowID

A time-based unique ID solution.

Quick Start

Create an ID with the following code:

import RowID from "rowid";

const id: string = RowID();

Or start a customization with the following code:

import type { RowIDWithConfigResult } from "rowid";
import { RowIDWithConfig } from "rowid";

const { RowID }: RowIDWithConfigResult = RowIDWithConfig({
    charList: "0123456789ABCDEFGHJKMNPQRSTVWXYZ",
    randomnessLength: 22,
});

const id: string = RowID();

License

This project is licensed under the terms of the MIT license.

0.7.1

8 months ago

0.7.0

8 months ago

0.6.3

10 months ago

0.3.0

1 year ago

0.2.0

1 year ago

0.6.2

11 months ago

0.5.0

1 year ago

0.4.0

1 year ago

0.6.1

11 months ago

0.6.0

11 months ago

0.5.1

1 year ago

0.1.0

1 year ago