mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-25 10:11:52 +02:00
5 lines
131 B
TypeScript
5 lines
131 B
TypeScript
|
import Matcher from './matcher';
|
||
|
export default class PartialMatcher extends Matcher {
|
||
|
match(filepath: string): boolean;
|
||
|
}
|