📄 partial.d.ts
/home/palash/git/site/node_modules/fast-glob/out/providers/matchers/partial.d.ts
Language: ts • Lines: 4
import Matcher from './matcher';
export default class PartialMatcher extends Matcher {
    match(filepath: string): boolean;
}