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

Base64KeyCodec

import { Base64KeyCodec } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.27.0/nats-base-client/internal_mod.ts";
function Base64KeyCodec(): KvCodec<string>;
§
Base64KeyCodec(): KvCodec<string>
[src]

§Return Type

§
KvCodec<string>
[src]