UNPKG

vuoto

Version:

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

12 lines 381 B
/** * Load patterns from .vuotoignore file. * @param cwd Current working directory. * @returns Array of ignore patterns. * @example * ```ts * const patterns = await loadVuotoIgnore(process.cwd()); * console.log(patterns); // ['dist/**', 'build/**'] * ``` */ export declare function loadVuotoIgnore(cwd: string): Promise<string[]>; //# sourceMappingURL=load-config.d.ts.map