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
/
dist
/
index.js
6 lines
•
146 B
JavaScript
View Raw
1
2
3
4
5
6
/** * Program Entry Point */
export
{
DEFAULT_MESSAGE
}
from
'./constants'
;
export
{ create }
from
'./js-rpc'
;
//# sourceMappingURL=index.js.map