Back to Explore
is-glob is a small JavaScript utility that checks whether a string “looks like” a glob pattern or an extglob pattern, returning true or false. It helps you conditionally use glob-handling modules (for example node-glob) so code can run faster and avoid unnecessary initialization when the input is not actually a glob.
Project status
- The repository appears to have some level of maintenance activity, with a recent upstream push dated 2022-12-29, but the provided version history shows the last published update was 2.0.1 on 2015-10-02.
- Apparent update cadence is low, with a very large gap between the last known published update (2015) and the last upstream push (2022), so updates do not seem frequent.
AI summary generated Today
AI-generated from public sources. May be inaccurate. Report
Recent updates
2.0.1
10/2/2015This release is a targeted fix for extglob matching behavior. No other features, breaking changes, or configuration updates are mentioned in the provided release notes.