1000.0.0 • Published 11 months ago
@pnpm/matcher v1000.0.0
@pnpm/matcher
A simple pattern matcher for pnpm
Install
pnpm add @pnpm/matcherUsage
import { createMatcher } from '@pnpm/matcher'
const match = createMatcher(['eslint-*'])
match('eslint-plugin-foo')
//> true