UNPKG
@ch1/rpc
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.0
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
JavaScript Remote Procedure Call (RPC)
github.com/bennett000/ch1-rpc
bennett000/ch1-rpc
@ch1/rpc
/
src
/
index.ts
13 lines
(12 loc)
•
210 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * Program Entry Point */
export
{
DEFAULT_MESSAGE
}
from
'./constants'
;
export
{ create }
from
'./js-rpc'
;
export
{
RPC
,
RPCAbstractConfig
,
RPCConfig
,
Remote
,
RemoteDesc
, }
from
'./interfaces'
;