Skip to content

Commit

Permalink
fix(types): add default keyword to extractText function def
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemaker1 committed May 25, 2021
1 parent c4736bd commit 7269ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Define the extract text function
export function extractText(filePath: string): Promise<string>
export default function extractText(filePath: string): Promise<string>

0 comments on commit 7269ffe

Please sign in to comment.