UNPKG
rpc-typescript
Version:
latest (0.1.0)
0.1.0
An RCP library for TypeScript
github.com/amkherad/rpc-typescript
amkherad/rpc-typescript
rpc-typescript
/
src
/
core
/
index.ts
5 lines
(4 loc)
•
174 B
text/typescript
View Raw
1
2
3
4
5
export
* from
'./ContextDomain'
; ///WARNING: DO NOT IMPORT THESE FILES FOR THE SAKE OF TREE-SHAKING. //
export
* from
'./ProxyContext'
; //
export
* from
'./StubContext'
;