UNPKG

locally-unique-id-generator

Version:

trivial generator for ids which are unique within an application

4 lines (3 loc) 125 B
/**** newUniqueId - the actually exported function ****/ declare function newUniqueId(): string; export default newUniqueId;