6.0.0 • Published 7 months ago
@pnpm/matcher v6.0.0
@pnpm/matcher
A simple pattern matcher for pnpm
Install
pnpm add @pnpm/matcher
Usage
import matcher from '@pnpm/matcher'
const match = matcher(['eslint-*'])
match('eslint-plugin-foo')
//> true
A simple pattern matcher for pnpm
pnpm add @pnpm/matcher
import matcher from '@pnpm/matcher'
const match = matcher(['eslint-*'])
match('eslint-plugin-foo')
//> true