2
0
Fork 0
mirror of https://github.com/deployphp/action.git synced 2025-03-01 14:20:27 +00:00
deployphp/node_modules/fast-glob/out/providers/matchers/partial.d.ts
2023-01-10 16:49:41 +01:00

4 lines
127 B
TypeScript

import Matcher from './matcher';
export default class PartialMatcher extends Matcher {
match(filepath: string): boolean;
}