Skip to content

Commit 3a850f7

Browse files
committed
No default export for types package
1 parent fae16f9 commit 3a850f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export interface MySQLConnection {
116116
query(sql: string, callback: (error: any, results: any, fields: any) => void): void;
117117
}
118118

119-
export default class ZongJi {
119+
export class ZongJi {
120120
connection: MySQLConnection;
121121
constructor(options: ZongjiOptions);
122122

0 commit comments

Comments
 (0)