Skip to content

Commit

Permalink
Merge branch 'main' into ocr-engine-style-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wydengyre authored Jun 15, 2024
2 parents 07992b8 + 59d6f9b commit cce03d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tesseract-core.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Type definitions for the Emscripten-generated JS entry point for the
// WASM file.
export default function initTesseractCore(
options: { wasmBinary?: ArrayBuffer } = {}
options: { wasmBinary?: ArrayBuffer } = {},
): Promise<unknown>;

0 comments on commit cce03d5

Please sign in to comment.