mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-26 21:41:53 +07:00
8 lines
154 B
TypeScript
8 lines
154 B
TypeScript
/**
|
|
* Create UUID according to
|
|
* https://www.ietf.org/rfc/rfc4122.txt.
|
|
*
|
|
* @returns Generated UUID.
|
|
*/
|
|
export declare function createUUID(): string;
|