UNPKG

@exceptionless/node

Version:
14 lines 544 B
import { IEventPlugin, PluginContext } from "@exceptionless/core"; export declare class NodeLifeCyclePlugin implements IEventPlugin { priority: number; name: string; private _client; startup(context: PluginContext): Promise<void>; /** * exit codes: https://nodejs.org/api/process.html#process_event_exit * From now on, only synchronous code may run. As soon as this method * ends, the application inevitably will exit. */ private getExitCodeReason; } //# sourceMappingURL=NodeLifeCyclePlugin.d.ts.map