UNPKG

@cstan/local-uid

Version:

A CommonJS module that generates and tests for a unique identifier.

3 lines (2 loc) 117 B
export declare function createLuid(seed?: string): string; export declare function isValidLuid(id: string): boolean;