mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 06:19:29 +08:00
4 lines
127 B
Text
4 lines
127 B
Text
import Matcher from './matcher';
|
|
export default class PartialMatcher extends Matcher {
|
|
match(filepath: string): boolean;
|
|
}
|