A simple pattern matcher for pnpm
pnpm add @pnpm/matcher
import { createMatcher } from '@pnpm/matcher'
const match = createMatcher(['eslint-*'])
match('eslint-plugin-foo')
//> true
A simple pattern matcher for pnpm
pnpm add @pnpm/matcher
import { createMatcher } from '@pnpm/matcher'
const match = createMatcher(['eslint-*'])
match('eslint-plugin-foo')
//> true
npm i @pnpm/matcher
62,561
1000.0.0
MIT
9.15 kB
6