UNPKG

foundry-rpc

Version:
6 lines (5 loc) 162 B
export default function call(option: { node: string; method: string; id?: number | string | null; }, ...params: ReadonlyArray<any>): Promise<string>;