UNPKG

pretty-parallel

Version:
4 lines (3 loc) 129 B
type Ignorer = (filePath: string) => boolean; export declare function createIgnorer(prettierignore: string): Ignorer; export {};