Current section

Files

Jump to
moon assets node_modules fast-glob out providers matchers partial.d.ts
Raw

assets/node_modules/fast-glob/out/providers/matchers/partial.d.ts

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