mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 12:38:39 -09:00
5 lines
76 B
TypeScript
5 lines
76 B
TypeScript
import RPC from './utils/rpc';
|
|
|
|
const rpc = new RPC();
|
|
|
|
export default rpc;
|