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

readAll

import { readAll } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.27.0/nats-base-client/internal_mod.ts";
function readAll(r: Reader): Uint8Array;
§
readAll(r: Reader): Uint8Array
[src]

§Parameters

§
r: Reader
[src]

§Return Type

§
Uint8Array
[src]