UNPKG

@shopify/app-bridge-core

Version:

**[Join our team and work on libraries like this one.](https://www.shopify.ca/careers)**

8 lines (7 loc) 173 B
/** * Generate a RFC4122-compliant v4 UUID. * * @see http://www.ietf.org/rfc/rfc4122.txt */ export declare function generateUuid(): string; export default generateUuid;