UNPKG

chromancer

Version:

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

10 lines (9 loc) 346 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const ai_js_1 = tslib_1.__importDefault(require("./ai.js")); class Claude extends ai_js_1.default { static description = 'Alias for ai command (deprecated - use "ai" instead)'; static hidden = true; } exports.default = Claude;