test-match
v1.2.0
Published
Test string matches with cwd, include, exclude
Downloads
57
Maintainers
Readme
test-match
Test string matches with cwd, include, exclude.
import match from 'test-match';
const test = match({ include: 'react-*', exclude: 'react-native-*' })
test('react-dom'); // true
test('react-native-aria'); // false