UNPKG

@open-condo/miniapp-utils

Version:

A set of helper functions / components / hooks used to build new condo apps fast

9 lines (7 loc) 184 B
/** * Generates v4 UUIDs in both browser and Node environments * @example * const uuid = generateUUIDv4() */ declare function generateUUIDv4(): string; export { generateUUIDv4 };