UNPKG

@arifwidianto/rpc-agent

Version:

RPC Agent for both client and server, extends more methods easily

3 lines (2 loc) 152 B
import { Extension } from "../interfaces"; export declare function loadExtensions(extensionPath?: string | undefined): Promise<Map<string, Extension>>;