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