UNPKG

rpcchannel

Version:

Easy RPC with permission controls

11 lines (9 loc) 198 B
/** * @author Nathan Pennie <kb1rd@kb1rd.net> */ /** */ export * from './registry' export * from './accesscontrol' export * from './serializer' export * from './schema' export * from './addrmap'