Skip to content

Commit 3aa7288

Browse files
authored
Export class types for flow
1 parent 789e491 commit 3aa7288

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.js.flow

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,6 @@ declare class Database {
7979
run(sql: string, ...params: DataType[]): Promise<Statement>;
8080
};
8181

82+
export type { Database, Statement };
83+
8284
declare export function open(filename: string, options?: OpenOptions): Promise<Database>;

0 commit comments

Comments
 (0)