nkeys.encode
import { nkeys } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.28.2/nats-base-client/internal_mod.ts";
const { encode } = nkeys;
Encode binary data to a base64 string
function encode(bytes: Uint8Array): string;
import { nkeys } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.28.2/nats-base-client/internal_mod.ts";
const { encode } = nkeys;
Encode binary data to a base64 string