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

BufferUtils.Uint8ArrayUtils.fromUint16s

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

const { fromUint16s } = BufferUtils.Uint8ArrayUtils;
function fromUint16s(source: Iterable<Uint16>, byteOrder?: ByteOrder): Uint8Array;
§
fromUint16s(source: Iterable<Uint16>, byteOrder?: ByteOrder): Uint8Array
[src]

§Parameters

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

§Return Type

§
Uint8Array
[src]