customer-riverside/node_modules/fast-glob/out/providers/matchers/partial.d.ts
Philip Peterson 63ce2ba2ef wip
2026-05-24 19:23:05 -07:00

4 lines
127 B
TypeScript

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