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

ServiceVerb

import { ServiceVerb } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.27.0/nats-base-client/internal_mod.ts";
enum ServiceVerb {
PING = "PING",
STATS = "STATS",
INFO = "INFO",
}

§Members

§
ServiceVerb.INFO = "INFO"
[src]
§
ServiceVerb.PING = "PING"
[src]
§
ServiceVerb.STATS = "STATS"
[src]