UNPKG

@shopify/app-bridge

Version:

**Shopify is doubling our engineering staff in 2021! [Join our team and work on libraries like this one.](https://smrtr.io/5GGrc)**

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;