diff --git a/src/tesseract-core.d.ts b/src/tesseract-core.d.ts index 4bc0cd3..24c4b4e 100644 --- a/src/tesseract-core.d.ts +++ b/src/tesseract-core.d.ts @@ -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;