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

BufferUtils.fromAsyncUint32Iterable

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

const { fromAsyncUint32Iterable } = BufferUtils;
async function fromAsyncUint32Iterable(source: AsyncIterable<Uint32>, byteOrder?: ByteOrder): Promise<ArrayBuffer>;
§
fromAsyncUint32Iterable(source: AsyncIterable<Uint32>, byteOrder?: ByteOrder): Promise<ArrayBuffer>
[src]

§Parameters

§
source: AsyncIterable<Uint32>
[src]
§
byteOrder?: ByteOrder optional
[src]

§Return Type

§
Promise<ArrayBuffer>
[src]