UNPKG

@azure/core-util

Version:
14 lines 856 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. export { delay, calculateRetryDelay } from "./delay.js"; export { cancelablePromiseRace, } from "./aborterUtils.js"; export { createAbortablePromise, } from "./createAbortablePromise.js"; export { getRandomIntegerInclusive } from "./random.js"; export { isObject } from "./object.js"; export { isError, getErrorMessage } from "./error.js"; export { computeSha256Hash, computeSha256Hmac } from "./sha256.js"; export { isDefined, isObjectWithProperties, objectHasProperty } from "./typeGuards.js"; export { randomUUID } from "./uuidUtils.js"; export { isBrowser, isBun, isNode, isNodeLike, isNodeRuntime, isDeno, isReactNative, isWebWorker, } from "./checkEnvironment.js"; export { uint8ArrayToString, stringToUint8Array } from "./bytesEncoding.js"; //# sourceMappingURL=index.js.map