UNPKG

@percy/agent

Version:

An agent process for integrating with Percy.

9 lines (8 loc) 232 B
export declare class PercyAgentClient { xhr: XMLHttpRequest; agentHost: string; agentConnected: boolean; constructor(agentHost: string, xhr?: any); post(path: string, data: any): void; healthCheck(): void; }