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
/
annotations
/
index.ts
4 lines
•
128 B
text/typescript
View Raw
1
2
3
4
export
*
from
'./ProxyMethod'
;
export
*
from
'./StubMethod'
;
export
*
from
'./ProxyContract'
;
export
*
from
'./StubContract'
;