// Copyright 2018-2026 the Deno authors. MIT license. /** * Proxy type of {@code Uint8Array} or {@code Uint8Array} in TypeScript 5.7 or below respectively. * * This type is internal utility type and should not be used directly. * * @internal @private */ export type Uint8Array_ = ReturnType;