UNPKG

@percy/agent

Version:

An agent process for integrating with Percy.

10 lines (9 loc) 243 B
export default class ProcessService { static PID_PATH: string; static LOG_PATH: string; runDetached(args: string[]): number | undefined; isRunning(): boolean; getPid(): number; kill(): void; private writePidFile; }