UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

24 lines (15 loc) 255 B
# @pnpm/matcher > A simple pattern matcher for pnpm ## Install ``` pnpm add @pnpm/matcher ``` ## Usage ```ts import matcher from '@pnpm/matcher' const match = matcher(['eslint-*']) match('eslint-plugin-foo') //> true ``` ## License [MIT](LICENSE)