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

writeAll

import { writeAll } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.27.0/nats-base-client/internal_mod.ts";
function writeAll(w: Writer, arr: Uint8Array): void;
§
writeAll(w: Writer, arr: Uint8Array): void
[src]

§Parameters

§
w: Writer
[src]
§
arr: Uint8Array
[src]

§Return Type