hyper/lib/rpc.ts
Labhansh Agrawal a1eb84d8a7 port js files in lib and lib/containers to ts (#3957)
* rename files in lib and lib/containers to ts

* add types

* fix ts errors
2019-11-11 16:21:42 +01:00

3 lines
58 B
TypeScript

import RPC from './utils/rpc';
export default new RPC();