Type Alias ConnectFunction<Options, Connection>

ConnectFunction: (options: Options) => Promise<Connection>

Type Parameters