mirror of
https://github.com/PotentiaRobotics/robot-gui.git
synced 2025-05-02 07:59:51 -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;
|
|
}
|