mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-12 23:53:07 +08:00
5 lines
131 B
TypeScript
5 lines
131 B
TypeScript
import Matcher from './matcher';
|
|
export default class PartialMatcher extends Matcher {
|
|
match(filepath: string): boolean;
|
|
}
|