Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 27, 2024
1 parent 8b08f00 commit cdcf22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Run update and print output to terminal.
*/
declare function updateDb(print?: (str: string) => void): Promise<void>
declare function updateDb(print?: (str: string) => void): void

export = updateDb

0 comments on commit cdcf22d

Please sign in to comment.