UNPKG

@datadayrepos/js-id-web

Version:

Utils for generating identifiers in javascript browser environment. Using web crypto engine for random number generation.

4 lines (3 loc) 160 B
export declare const genTimeId: () => string; export declare function genTimeIdWithRand(): string; export declare function readableId(length?: number): string;