Files
pnpm/packages/matcher
Zoltan Kochan 97b986fbc8 feat: Node.js v10 is not supported anymore (#3121)
* feat: Node.js v10 is not supported anymore

BREAKING CHANGE:
2021-02-04 03:54:58 +02:00
..
2020-08-24 02:01:25 +03:00
2020-06-16 01:08:54 +03:00
2019-10-05 20:54:07 +03:00

@pnpm/matcher

A simple pattern matcher for pnpm

Install

<pnpm|yarn|npm> add @pnpm/matcher

Usage

import matcher from '@pnpm/matcher'

const match = matcher(['eslint-*'])
match('eslint-plugin-foo')
//> true

License

MIT