A simple pattern matcher for pnpm
npm install @pnpm/matcher
> A simple pattern matcher for pnpm
``pnpm add @pnpm/matcher`
pnpm add @pnpm/matcher
`tsimport { createMatcher } from '@pnpm/matcher'
tsimport { createMatcher } from '@pnpm/matcher'
const match = createMatcher(['eslint-*'])match('eslint-plugin-foo')//> true``
MIT