mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-09 01:47:20 +08:00
5 lines
127 B
TypeScript
5 lines
127 B
TypeScript
import Matcher from './matcher';
|
|
export default class PartialMatcher extends Matcher {
|
|
match(filepath: string): boolean;
|
|
}
|