UNPKG

@schemifyjs/cli

Version:
10 lines (9 loc) 275 B
/** * Global error handler for unhandled promise rejections and exceptions * Similar to NestJS global exception filter */ export declare function setupGlobalErrorHandling(): void; /** * Graceful shutdown handler */ export declare function setupGracefulShutdown(): void;