is-glob
Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet
is-redirect
Check if a number is a redirect HTTP status code
kind-of
Get the native type of a value.
is-number
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
is-extglob
Returns true if a string has an extglob.