Skip to content

Commit

Permalink
tesseract-code-d-ts style
Browse files Browse the repository at this point in the history
Preparing for use of biome.
  • Loading branch information
wydengyre committed Jun 15, 2024
1 parent 6ba27dd commit 359d304
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 359d304

Please sign in to comment.