UNPKG

@percy/agent

Version:

An agent process for integrating with Percy.

4 lines (3 loc) 178 B
export declare function agentJsFilename(): string; export declare function isAgentRunning(): Promise<boolean>; export declare function postSnapshot(body: any): Promise<boolean>;