UNPKG

@gear-js/api

Version:

A JavaScript library that provides functionality to connect GEAR Component APIs.

3 lines (2 loc) 156 B
import type { HexString } from '../types'; export declare function getGrReply(wasm: HexString | ArrayBuffer | Uint8Array, fn: string): Promise<Uint8Array>;