Files
Nuno Coração 5fb4bd8083 config redirect
2023-01-29 22:30:24 +00:00

5 lines
131 B
TypeScript

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