Chunte's picture
Chunte HF Staff
Upload 1033 files
d8f0e51 verified
raw
history blame
127 Bytes
import Matcher from './matcher';
export default class PartialMatcher extends Matcher {
match(filepath: string): boolean;
}