Skip to content

Commit 2d4410d

Browse files
author
Theo Gravity
authored
Merge pull request #47 from mike-north/no-object-literal-in-ambient-type
Remove executable code from ambient type file
2 parents 96764e2 + 69ebb92 commit 2d4410d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.d.ts

-1
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)