UNPKG

@percy/agent

Version:

An agent process for integrating with Percy.

9 lines (8 loc) 193 B
export interface ClientOptions { clientInfo?: string; environmentInfo?: string; handleAgentCommunication?: boolean; xhr?: any; domTransformation?: any; port?: number; }