We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 789e491 + 3aa7288 commit a1cd976Copy full SHA for a1cd976
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