Skip to content

Commit

Permalink
Merge pull request #47 from mike-north/no-object-literal-in-ambient-type
Browse files Browse the repository at this point in the history
Remove executable code from ambient type file
  • Loading branch information
Theo Gravity authored Nov 23, 2017
2 parents 96764e2 + 69ebb92 commit 2d4410d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,4 @@ declare module 'sqlite' {
}

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

0 comments on commit 2d4410d

Please sign in to comment.