UNPKG

@typespec/ts-http-runtime

Version:

Isomorphic client library for making HTTP requests in node.js and browser.

11 lines 271 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. /** * Generated Universally Unique Identifier * * @returns RFC4122 v4 UUID. */ export function randomUUID() { return globalThis.crypto.randomUUID(); } //# sourceMappingURL=uuidUtils.js.map