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

BufferUtils.fromAsyncUint16Iterable

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

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

§Parameters

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

§Return Type

§
Promise<ArrayBuffer>
[src]