Urara-Blog/node_modules/.pnpm-store/v3/files/61/3a567b41730b3066354250f81a1b87875c1cc567333e2d7efda4b253e05330ef4577e86431a6fe4d3b566f36e1e7eb9ae93445c49b6ad2657fb7ee5f7ae784
2022-08-14 01:14:53 +08:00

4 lines
127 B
Text

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