mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
4 lines
74 B
JavaScript
4 lines
74 B
JavaScript
|
|
import RPC from './utils/rpc';
|
||
|
|
const rpc = new RPC();
|
||
|
|
export default rpc;
|