UNPKG

280 BTypeScriptView Raw
1import type { BytesLike } from "./index.js";
2/**
3 * Returns the version 4 [[link-uuid]] for the %%randomBytes%%.
4 *
5 * @see: https://www.ietf.org/rfc/rfc4122.txt (Section 4.4)
6 */
7export declare function uuidV4(randomBytes: BytesLike): string;
8//# sourceMappingURL=uuid.d.ts.map
\No newline at end of file