UNPKG

vuoto

Version:

Modern whitespace normalizer CLI with enhanced output and developer experience - cut the noise, clean the void

9 lines 396 B
import { RunNormalizeOptions } from '../types/index.js'; /** * Main logic: load .vuotoignore, collect files, run normalize with enhanced output. * @param options The options for running the normalization. * @example * await runNormalize({ patterns: ['*.ts'] }); */ export declare function runNormalize(options: RunNormalizeOptions): Promise<void>; //# sourceMappingURL=run-normalize.d.ts.map