UNPKG
rpcchannel
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.4
0.2.3
0.2.2
0.2.0
0.1.4
0.1.3
0.1.2
Easy RPC with permission controls
rpcchannel
/
lib
/
src
/
index.d.ts
10 lines
(9 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** *
@author
Nathan Pennie <kb1rd
@kb
1rd.net> */
/** */
export
*
from
'./registry'
;
export
*
from
'./accesscontrol'
;
export
*
from
'./serializer'
;
export
*
from
'./schema'
;
export
*
from
'./addrmap'
;