@trellixio/roaster-coffee
Version:
Beans' product component library
10 lines • 363 B
TypeScript
/**
* Generates a unique identifier using a random combination of hexadecimal characters in the format of XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX..
*
* @example
* const myGuid = guid();
*
* @returns A unique identifier string in the format of XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX.
*/
export declare function guid(): string;
//# sourceMappingURL=index.d.ts.map