// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. export { calculateRetryDelay } from "./delay.js"; export { getRandomIntegerInclusive } from "./random.js"; export { isObject } from "./object.js"; export { isError } from "./error.js"; export { computeSha256Hash, computeSha256Hmac } from "./sha256.js"; export { randomUUID } from "./uuidUtils.js"; export { isBrowser, isBun, isNodeLike, isNodeRuntime, isDeno, isReactNative, isWebWorker, } from "./checkEnvironment.js"; export { stringToUint8Array, uint8ArrayToString } from "./bytesEncoding.js"; export { Sanitizer } from "./sanitizer.js";//# sourceMappingURL=https://main.vscode-cdn.net/sourcemaps/072586267e68ece9a47aa43f8c108e0dcbf44622/node_modules/@typespec/ts-http-runtime/dist/browser/util/internal.js.map