UNPKG

@zerochain/sdk

Version:

The Züs JS SDK is a JavaScript client library that provides a convenient interface for interacting with the Züs Network. It allows developers to perform various operations such as creating and managing allocations, uploading and downloading files, executi

7 lines (6 loc) 349 B
import { type InitializeWasm, type WasmLoaderOptions } from './createWasmLoader'; export declare const useWasmLoader: ({ onLog, debounceTimeout, setIsWasmLoaded, }: { onLog?: WasmLoaderOptions["onLog"]; debounceTimeout?: WasmLoaderOptions["debounceTimeout"]; setIsWasmLoaded?: WasmLoaderOptions["setIsWasmLoaded"]; }) => InitializeWasm;