2023-03-04 04:25:07 +03:00
|
|
|
import type { BytesLike } from "./index.js";
|
|
|
|
/**
|
|
|
|
* Returns the version 4 [[link-uuid]] for the %%randomBytes%%.
|
|
|
|
*
|
|
|
|
* @see: https://www.ietf.org/rfc/rfc4122.txt (Section 4.4)
|
|
|
|
*/
|
|
|
|
export declare function uuidV4(randomBytes: BytesLike): string;
|
2023-04-27 15:19:55 +03:00
|
|
|
//# sourceMappingURL=uuid.d.ts.map
|