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

Match

import { Match } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.27.0/nats-base-client/internal_mod.ts";
enum Match {
Exact = 0,
CanonicalMIME,
IgnoreCase,
}

§Members

§
Match.CanonicalMIME
[src]
§
Match.Exact = 0
[src]
§
Match.IgnoreCase
[src]