mirror of
https://github.com/PotentiaRobotics/robot-gui.git
synced 2025-04-22 03:39:48 -04: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;
|
|
}
|