UNPKG

@nestjs/core

Version:

Nest - modern, fast, powerful node.js web framework (@core)

6 lines (5 loc) 185 B
export declare class ExceptionsZone { private static readonly exceptionHandler; static run(fn: () => void): void; static asyncRun(fn: () => Promise<void>): Promise<void>; }