@pnpm/matcher
v1000.1.0
Published
A simple pattern matcher for pnpm
Readme
@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