UNPKG
@keadex/mina-live
Version:
latest (3.2.0)
3.2.0
3.1.0
3.0.1
3.0.0
2.10.3
2.10.2
2.10.1
2.10.0
2.9.0
2.8.0
2.7.1
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.2
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
2.0.0
Web porting of the Keadex Mina application.
keadex.dev
keadex/keadex
@keadex/mina-live
/
src
/
tauri
/
wasm-bridge.d.ts
3 lines
(2 loc)
•
156 B
TypeScript
View Raw
1
2
3
import
type
{
InvokeArgs
}
from
'@tauri-apps/api/core'
;
export
declare
function
invokeWasmFunction<T>(
functionName
:
string
,
args
?:
InvokeArgs
):
Promise
<T>;