mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-10 18:18:56 -04:00
271 B
271 B
@pnpm/matcher
A simple pattern matcher for pnpm
Install
pnpm add @pnpm/matcher
Usage
import { createMatcher } from '@pnpm/matcher'
const match = createMatcher(['eslint-*'])
match('eslint-plugin-foo')
//> true