Files
tautkan-kanban/client/node_modules/fast-glob/out/providers/matchers/partial.d.ts
T
Power BI Dev 88c7c653c2 first init
2026-08-17 10:52:09 +07:00

5 lines
127 B
TypeScript

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