mirror of
https://github.com/quine-global/hyper.git
synced 2026-03-14 08:58:41 -08:00
5 lines
76 B
TypeScript
5 lines
76 B
TypeScript
import RPC from './utils/rpc';
|
|
|
|
const rpc = new RPC();
|
|
|
|
export default rpc;
|