UNPKG

chromancer

Version:

A powerful command-line interface for automating Chrome browser using Playwright. Perfect for web scraping, automation, testing, and browser workflows.

5 lines (4 loc) 118 B
/** * Query Claude using the claude-code SDK */ export declare function askClaude(prompt: string): Promise<string>;