Can micromatch be used as a drop-in replacement for minimatch?
For mainstream features, I tried to keep as much parity as possible between micromatch and minimatch. But there are some differences.
- the main minimatch function,
minimatch(), works likemicromatch.isMatch() - the main micromatch function,
micromatch(), works like multimatch, with support for multiple patterns.