UNPKG

@thi.ng/idgen

Version:

Generator of opaque numeric identifiers with optional support for ID versioning and efficient re-use

5 lines 262 B
import type { EVENT_ALL } from "@thi.ng/api"; export declare const EVENT_ADDED = "added"; export declare const EVENT_REMOVED = "removed"; export type IDGenEventType = typeof EVENT_ADDED | typeof EVENT_REMOVED | typeof EVENT_ALL; //# sourceMappingURL=api.d.ts.map