6.0.0 • Published 27 days ago

@pnpm/matcher v6.0.0

Weekly downloads
656
License
MIT
Repository
github
Last release
27 days ago

@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

License

MIT