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
environment
Check which JavaScript environment your code is running in at runtime: browser, Node.js, Bun, etc
is-in-ci
Check if the process is running in a Continuous Integration (CI) environment
superstruct
A simple and composable way to validate data in JavaScript (and TypeScript).