mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-11 17:42:43 -04:00
266 B
266 B
@pnpm/matcher
A simple pattern matcher for pnpm
Install
<pnpm|yarn|npm> add @pnpm/matcher
Usage
import matcher from '@pnpm/matcher'
const match = matcher(['eslint-*'])
match('eslint-plugin-foo')
//> true