Files
cdk/bindings/cashu-sdk-js/scripts/epilogue.d.ts
2023-10-22 18:36:52 +01:00

11 lines
290 B
TypeScript

/**
* Load the WebAssembly module in the background, if it has not already been loaded.
*
* Returns a promise which will resolve once the other methods are ready.
*
* @returns {Promise<void>}
*/
export function loadWasmAsync(): Promise<void>;
export function loadWasmSync(): void;