@pnpm/config.matcher
v1100.0.2
Published
A simple pattern matcher for pnpm
Readme
@pnpm/config.matcher
A simple pattern matcher for pnpm
Install
pnpm add @pnpm/config.matcherUsage
import { createMatcher } from '@pnpm/config.matcher'
const match = createMatcher(['eslint-*'])
match('eslint-plugin-foo')
//> true