UNPKG

@redpc/core

Version:

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

10 lines (6 loc) 163 B
import { IInterceptor } from "./IInterceptor"; export interface IInterceptorProvider { getInterceptor( name: string ): IInterceptor; }