UNPKG

@dkoul/auto-testid-cli

Version:

Command-line interface for React and Vue.js custom attribute generation

10 lines 279 B
interface ScanOptions { framework?: string; exclude?: string[]; include?: string[]; stats?: boolean; config?: string; } export declare function scanCommand(targetPath: string, options: ScanOptions): Promise<void>; export {}; //# sourceMappingURL=scan.d.ts.map