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

BufferUtils.Uint8ArrayUtils.toUint32sArray

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

const { toUint32sArray } = BufferUtils.Uint8ArrayUtils;
function toUint32sArray(bytes: Uint8Array, byteOrder?: ByteOrder): Array<Uint32>;
§
toUint32sArray(bytes: Uint8Array, byteOrder?: ByteOrder): Array<Uint32>
[src]

§Parameters

§
bytes: Uint8Array
[src]
§
byteOrder?: ByteOrder optional
[src]

§Return Type