UNPKG

claude-playwright

Version:

Seamless integration between Claude Code and Playwright MCP for efficient browser automation and testing

9 lines 251 B
export declare function initProject(options: { name: string; template: string; }): Promise<void>; /** * Interactive project initialization */ export declare function initProjectInteractive(): Promise<void>; //# sourceMappingURL=init.d.ts.map