UNPKG

@thi.ng/idgen

Version:

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

7 lines (6 loc) 105 B
const EVENT_ADDED = "added"; const EVENT_REMOVED = "removed"; export { EVENT_ADDED, EVENT_REMOVED };