Skip to content

Latest commit

 

History

History

matcher

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@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