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

ParserEvent

import type { ParserEvent } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.27.0/nats-base-client/internal_mod.ts";
interface ParserEvent {
data?: Uint8Array;
kind: Kind;
msg?: MsgArg;
}

§Properties

§
data?: Uint8Array
[src]
§
msg?: MsgArg
[src]