We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789e491 commit 3aa7288Copy full SHA for 3aa7288
src/main.js.flow
@@ -79,4 +79,6 @@ declare class Database {
79
run(sql: string, ...params: DataType[]): Promise<Statement>;
80
};
81
82
+export type { Database, Statement };
83
+
84
declare export function open(filename: string, options?: OpenOptions): Promise<Database>;
0 commit comments