sindresorhus / is-directory-empty
Check if a directory is empty
☆28Updated 9 months ago
Alternatives and similar repositories for is-directory-empty:
Users that are interested in is-directory-empty are comparing it to the libraries listed below
- Rotate an array by a given number of steps☆44Updated 11 months ago
- Check if the system is in low power mode☆64Updated 9 months ago
- A collection of common interactive command line user interfaces.☆17Updated 10 months ago
- Extracts the repo URL from a package.json object☆23Updated 3 weeks ago
- Useful utilities for working with Fetch☆85Updated 3 months ago
- Regular expression for matching JavaScript identifiers☆15Updated last year
- Convert a string to a valid JavaScript identifier☆40Updated 11 months ago
- Check if a string is a valid JavaScript identifier☆26Updated 9 months ago
- Find a file or directory by walking up parent directories — Zero dependencies☆78Updated 2 months ago
- Provides a list of reserved identifiers for JavaScript☆19Updated last year
- Check if the process is running in a Continuous Integration (CI) environment☆32Updated 9 months ago
- Change the file extension of a path☆38Updated 8 months ago
- Merge multiple streams into a unified stream☆56Updated 6 months ago
- Get a random temporary path☆32Updated last year
- Check if the operating system CPU architecture is 64-bit or 32-bit (Supports browsers)☆45Updated 11 months ago
- Remove circular references from objects☆94Updated last year
- Encode & decode strings, bytes, and integers to Base62☆87Updated last year
- Merge and normalize adjacent or overlapping integer ranges☆30Updated last year
- Check whether a file can be executed☆44Updated 2 years ago
- Create a multicast stream that lets multiple consumers independently read the same data☆118Updated 8 months ago
- Check which JavaScript environment your code is running in at runtime: browser, Node.js, Bun, etc☆163Updated 7 months ago
- Convert a string index to its line and column position☆32Updated last month
- A more usable typed storage API for Web Extensions☆69Updated last month
- Resolve values based on a JSON schema. Supports conditionals and composition. Useful for configuration, preferences, LLM chat completions…