UNPKG

@tsclean/core

Version:

Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.

3 lines 220 B
import { InterceptorInterface } from "../contracts"; export declare function Interceptors(...interceptors: (InterceptorInterface | Function)[]): MethodDecorator & ClassDecorator; //# sourceMappingURL=interceptor.d.ts.map