5 lines
168 B
TypeScript
5 lines
168 B
TypeScript
|
import ProtomuxRPC from "protomux-rpc";
|
||
|
export default class RPC extends ProtomuxRPC {
|
||
|
constructor(stream: any, options?: {});
|
||
|
}
|
||
|
//# sourceMappingURL=index.d.ts.map
|