UNPKG

ajsfw

Version:
5 lines (4 loc) 156 B
import { ITransportInterface } from "./ITransportInterface"; export interface ITransportReciever { (iface: ITransportInterface, data: any): void; }