UNPKG

@redpc/core

Version:

Remoted Procedure Call (RedPC) - A javascript RPC library written with TypeScript

6 lines (3 loc) 105 B
import { ITransport } from "./ITransport"; export interface ITransportHost extends ITransport { }