From 59d6f9b6b6ef6f4b8c902e62e91bd3ca14afdbb8 Mon Sep 17 00:00:00 2001 From: Matt Leon <108271225+wydengyre@users.noreply.github.com> Date: Sat, 15 Jun 2024 08:30:43 -0400 Subject: [PATCH] tesseract-code-d-ts style (#46) Preparing for use of biome. --- src/tesseract-core.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;