@tsclean/core
Version:
Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.
6 lines • 388 B
TypeScript
import { WsExceptionsHandler } from "../../websockets";
export declare class WsProxy {
create(targetCallback: (...args: unknown[]) => Promise<any>, exceptionsHandler: WsExceptionsHandler, targetPattern?: string): (...args: unknown[]) => Promise<any>;
handleError<T>(exceptionsHandler: WsExceptionsHandler, args: unknown[], error: T): void;
}
//# sourceMappingURL=ws-proxy.d.ts.map