Skip to content

Commit

Permalink
feat(types): add ts typings
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemaker1 committed May 25, 2021
1 parent 3b43089 commit fde1730
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Define the extract text function
export function extractText(filePath: string): Promise<string>

0 comments on commit fde1730

Please sign in to comment.