UNPKG

@tsclean/core

Version:

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

6 lines 400 B
import { ExternalExceptionsHandler } from '../core/exceptions/external-exceptions-handler'; import { ContextType } from "../types"; export declare class ExternalErrorProxy { createProxy<T extends string = ContextType>(targetCallback: (...args: any[]) => any, exceptionsHandler: ExternalExceptionsHandler, type?: T): (...args: any[]) => Promise<any>; } //# sourceMappingURL=external-proxy.d.ts.map