UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

5 lines (4 loc) 338 B
import type { MinimatchOptions } from 'minimatch'; import { Minimatch } from 'minimatch'; export declare function minimatch(pattern: string, options?: MinimatchOptions, useCache?: boolean): Minimatch; export declare function minimatchFilter(pattern: string, options?: MinimatchOptions, useCache?: boolean): (fileName: string) => boolean;