Skip to content

Commit 6a1daf0

Browse files
committed
fix: exported sahpool
1 parent 0d5c575 commit 6a1daf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,7 @@ export class OpfsSAHPoolDatabase extends OpfsDatabase {
13991399
constructor(filename: string);
14001400
}
14011401

1402-
type SAHPoolUtil = {
1402+
export type SAHPoolUtil = {
14031403
OpfsSAHPoolDb: typeof OpfsSAHPoolDatabase;
14041404

14051405
/**

0 commit comments

Comments
 (0)