UNPKG

@cyberspace-dev/sdk

Version:
9 lines (8 loc) 215 B
export declare enum ProcessEvent { EXCEPTION = "uncaughtException", REJECTION = "unhandledRejection", DISCONNECTED = "disconnected", ERROR = "error", SIGTERM = "SIGTERM", SIGINT = "SIGINT" }