UNPKG

@jealous-robot-dev/stan-client

Version:

9 lines (8 loc) 253 B
import { Stan } from 'node-nats-streaming'; declare class NatsClient { private _client?; get client(): Stan; connect(clusterId: string, clientId: string, url: string): Promise<void>; } export declare const natsClient: NatsClient; export {};