$ cnpm install @pnpm/matcher
A simple pattern matcher for pnpm
pnpm add @pnpm/matcher
import { createMatcher } from '@pnpm/matcher'
const match = createMatcher(['eslint-*'])
match('eslint-plugin-foo')
//> true
Copyright 2013 - present © cnpmjs.org | Home |