UNPKG

nope-js-browser

Version:

NoPE Runtime for the Browser. For nodejs please use nope-js-node

8 lines (7 loc) 292 B
import { plugin, installPlugins, allPlugins } from "./plugin"; export { plugin, installPlugins, allPlugins }; export declare const availablePlugins: { ackMessages: import("./plugin").Plugin; hello: import("./plugin").Plugin; rpcWithCallbacks: import("./plugin").Plugin; };