Skip to content

Commit a1cd976

Browse files
authored
Merge pull request #88 from alpha0010/patch-2
Export class types for flow
2 parents 789e491 + 3aa7288 commit a1cd976

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)