mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-05 21:24:25 +00:00
Fix to 0a5d7232d4: change default export
This commit is contained in:
4
types/tarantool-driver/index.d.ts
vendored
4
types/tarantool-driver/index.d.ts
vendored
@@ -17,7 +17,7 @@ export interface TarantoolOptions {
|
||||
lazyConnect?: boolean;
|
||||
}
|
||||
|
||||
export default class TarantoolConnection extends EventEmitter {
|
||||
declare class TarantoolConnection extends EventEmitter {
|
||||
constructor(options: TarantoolOptions);
|
||||
|
||||
/* Connection */
|
||||
@@ -56,3 +56,5 @@ export default class TarantoolConnection extends EventEmitter {
|
||||
|
||||
replace(spaceId: number | string, tuple: any[]): Promise<any>;
|
||||
}
|
||||
|
||||
export = TarantoolConnection;
|
||||
|
||||
Reference in New Issue
Block a user