www_hero/node_modules/fast-glob/out/providers/matchers/partial.d.ts
sasha-astiadi 324d5960af hero_web
2024-05-03 06:39:20 +02:00

5 lines
127 B
TypeScript

import Matcher from './matcher';
export default class PartialMatcher extends Matcher {
match(filepath: string): boolean;
}