Skip to content

Commit 623ce63

Browse files
committed
feat(ts): added export for languages in types declaration file
1 parent f9dac07 commit 623ce63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,9 @@ declare namespace Tesseract {
229229
pdf: number[] | null;
230230
debug: string | null;
231231
}
232+
const languages: {
233+
[key: string]: string;
234+
};
232235
}
233236

234237
export = Tesseract;

0 commit comments

Comments
 (0)