Current File : /home/exataengenharia/public_html/node_modules/fast-glob/out/providers/matchers/partial.d.ts
import Matcher from './matcher';
export default class PartialMatcher extends Matcher {
    match(filepath: string): boolean;
}