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

Kind

import { Kind } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.27.0/nats-base-client/internal_mod.ts";
enum Kind {
OK,
ERR,
MSG,
INFO,
PING,
PONG,
}

§Members

§
Kind.ERR
[src]
§
Kind.INFO
[src]
§
Kind.MSG
[src]
§
Kind.OK
[src]
§
Kind.PING
[src]
§
Kind.PONG
[src]