Checks if a string is a glob. Useful for determining whether a file path or pattern represents a globbing expression. is-glob helps distinguish literal strings from patterns used for file matching via globbing libraries. It supports various globbing syntaxes, including wildcards, character classes, and brace expansion. This lightweight package is essential for tools and utilities that dynamically process file paths or patterns, needing to differentiate between literal and glob-based representations.