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

BufferUtils.fromAsyncBigUint64Iterable

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

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

§Parameters

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

§Return Type

§
Promise<ArrayBuffer>
[src]