micromatch / nanomatch

Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs), posix brackets or braces, and with complete Bash 4.3 wildcard support: ("*", "**", and "?").
https://github.com/micromatch
MIT License
96 stars 20 forks source link

remove is-odd #7

Closed jsfuchs closed 6 years ago

jsfuchs commented 6 years ago

Shouldn't use is-odd for something that is guaranteed to be a number

jonschlinkert commented 6 years ago

As I mentioned in my comment I'm a fan of modules precisely because of what you demonstrated.