5 lines
146 B
TypeScript
5 lines
146 B
TypeScript
/**
|
|
* This event describes a single exception.
|
|
*/
|
|
export declare const EVENT_EXCEPTION: "exception";
|
|
//# sourceMappingURL=stable_events.d.ts.map
|