@tsclean/core
Version:
Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.
6 lines • 327 B
TypeScript
export declare class ExceptionsZone {
private static readonly exceptionHandler;
static run(callback: () => void, teardown?: (err: any) => void): void;
static asyncRun(callback: () => Promise<void>, teardown: (err: any) => void, autoFlushLogs: boolean): Promise<void>;
}
//# sourceMappingURL=exceptions-zone.d.ts.map