Comparing version 3.0.1 to 3.0.2
// type | ||
import sep from 'path'; | ||
import {sep} from 'path'; | ||
@@ -18,2 +18,5 @@ type AnymatchFn = (testString: string) => boolean; | ||
} | ||
export = anymatch | ||
export {AnymatchMatcher as Matcher} | ||
export {AnymatchTester as Tester} | ||
export default anymatch |
{ | ||
"name": "anymatch", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Matches strings against configurable strings, globs, regular expressions, and/or functions", | ||
@@ -5,0 +5,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8909
99