UNPKG

nope-js-browser

Version:

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

11 lines (10 loc) 370 B
import { plugin, installPlugins, allPlugins } from "./plugin"; export { plugin, installPlugins, allPlugins }; import { extend as ackMessages } from "./ackMessages"; import { extend as hello } from "./hello"; import { extend as rpcWithCallbacks } from "./rpcWithCallbacks"; export const availablePlugins = { ackMessages, hello, rpcWithCallbacks, };