Skip to content

Commit 69ebb92

Browse files
committed
Executable code is no longer allowed in ambient type files
1 parent 96764e2 commit 69ebb92

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,4 @@ declare module 'sqlite' {
6060
}
6161

6262
export function open(filename: string, options?: { mode?: number, verbose?: boolean, promise?: typeof Promise }): Promise<Database>;
63-
export default { open }
6463
}

0 commit comments

Comments
 (0)