Files
pnpm/config/matcher/README.md
Zoltan Kochan 184ce26f3f docs: fix package names in README files (#11409)
* docs: fix package names in README files

* docs: update links to point to npmx.dev
2026-04-30 22:59:17 +02:00

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

License

MIT