UNPKG

@d3vtool/secid

Version:

Generate a fast, secure, and compact unique identifier (ID) for use in modern applications, providing small, URL friendly, and collision resistant values.

5 lines (4 loc) 111 B
export declare class SecId { #private; static generate(length?: number, alphabets?: string): string; }