UNPKG

496 BTypeScriptView Raw
1import { ConnectionOptions } from "./types.js";
2import { Connection } from "./connection.js";
3export * from "./auth.js";
4export * from "./collection.js";
5export * from "./connection.js";
6export * from "./config.js";
7export * from "./services.js";
8export * from "./entities.js";
9export * from "./errors.js";
10export * from "./socket.js";
11export * from "./types.js";
12export * from "./commands.js";
13export declare function createConnection(options?: Partial<ConnectionOptions>): Promise<Connection>;