UNPKG

@exceptionless/node

Version:
8 lines 306 B
import { IEventPlugin, PluginContext } from "@exceptionless/core"; export declare class NodeGlobalHandlerPlugin implements IEventPlugin { priority: number; name: string; private _client; startup(context: PluginContext): Promise<void>; } //# sourceMappingURL=NodeGlobalHandlerPlugin.d.ts.map