A small utility for testing string matches against include and exclude patterns, using the current working directory for path resolution. Version 1.2.1 is current. No regular releases. Key differentiator: minimal API for matching against file/directory patterns with cwd support. Ships TypeScript types.
npm install test-matchNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Show basic usage: create a matcher with include/exclude patterns and test strings.
N/A
Use `const match = require('test-match')`Refer to minimatch documentation for valid glob patterns.
Change `import { match } from 'test-match'` to `import match from 'test-match'`Run `npm install test-match@1.2.1`
No dependency data recorded yet.