Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BufferUtils.Uint8ArrayUtils.toUint8sArray

import { BufferUtils } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.2.0/deps.ts"; 

const { toUint8sArray } = BufferUtils.Uint8ArrayUtils;
function toUint8sArray(bytes: Uint8Array): Array<Uint8>;
§
toUint8sArray(bytes: Uint8Array): Array<Uint8>
[src]

§Parameters

§
bytes: Uint8Array
[src]

§Return Type