frontend/.pnpm-store/v3/files/82/141375a4b09b33a407f5da2b289bd7e9c9833c6345c4ef181379e2bd94b26a857dd164d929e3c15fbf415b4175e1930e6c05942a2ef7d9304556026eca61a5

5 lines
131 B
Plaintext

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