Skip to content

Commit

Permalink
fix: The Woff2.isInited type should be a function that returns a boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
siaikin authored and kekee000 committed Jul 17, 2024
1 parent cff7621 commit 52f31a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ export namespace FontEditor {
/**
* is woff2 wasm loaded
*/
isInited: boolean;
isInited: () => boolean;

/**
* init woff2 wasm module
Expand Down

0 comments on commit 52f31a1

Please sign in to comment.