UNPKG

nepse-api-helper

Version:

a wrapper to use nepse api easily since they set up weird restrictions

3 lines (2 loc) 129 B
import { NepseWasmExports } from "./types"; export declare function loadWasmModule(wasmUrl?: string): Promise<NepseWasmExports>;