UNPKG

realm-object-server

Version:

Realm Object Server

9 lines (8 loc) 204 B
export declare class ProcessUtil { static ErrorExitCode: number; static SuccessExitCode: number; static terminate(params: { success: boolean; message?: string; }): void; }