Skip to content

Commit

Permalink
Fix WASM initialize() TypeScript definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed Jul 6, 2022
1 parent a5989b4 commit 68cf4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trustfall_wasm/src/trustfall_wasm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ export function executeQuery<T>(
args: Record<string, JsFieldValue>,
): IterableIterator<Record<string, JsFieldValue>>;

export function initialize();
export function initialize(): void;

0 comments on commit 68cf4d5

Please sign in to comment.