persona-community-5/.pnpm-store/v3/files/61/3a567b41730b3066354250f81a1b87875c1cc567333e2d7efda4b253e05330ef4577e86431a6fe4d3b566f36e1e7eb9ae93445c49b6ad2657fb7ee5f7ae784
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

5 lines
127 B
Plaintext

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