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
/
index.ts
6 lines
•
183 B
text/typescript
View Raw
1
2
3
4
5
6
export
*
from
'./annotations'
;
export
*
from
'./core'
;
export
*
from
'./core/ProxyContext'
;
export
*
from
'./core/StubContext'
;
export
*
from
'./errors'
;
export
*
from
'./types'
;