hugoWebsite/node_modules/fast-glob/out/providers/matchers/partial.d.ts
Jeremy Nusser 0ab675d92b Initial commit... 🎉🎉🎉
2022-10-28 17:20:35 -05:00

4 lines
131 B
TypeScript

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