UNPKG

rpcchannel

Version:

Easy RPC with permission controls

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