UNPKG

nats

Version:

Node.js client for NATS, a lightweight, high-performance cloud native messaging system

5 lines (4 loc) 225 B
export type { ApiError, Dispatcher, MsgHdrs, QueuedIterator, ServiceClient, } from "./core"; export { NatsError } from "./core"; export type { TypedSubscriptionOptions } from "./typedsub"; export { Empty } from "./encoders";