sindresorhus / lazy-valueView external linksLinks
Create a lazily evaluated value
☆69Apr 8, 2021Updated 4 years ago
Alternatives and similar repositories for lazy-value
Users that are interested in lazy-value are comparing it to the libraries listed below
Sorting:
- Define a lazily evaluated property on an object☆67Mar 19, 2023Updated 2 years ago
- Get a random key from an object☆18Jul 2, 2024Updated last year
- Check if an Array is sorted☆35Aug 11, 2021Updated 4 years ago
- Break out of a promise chain☆24Apr 7, 2021Updated 4 years ago
- Get a random property from an object☆15Jul 2, 2024Updated last year
- Check if a value is an error constructor☆14Apr 7, 2021Updated 4 years ago
- Parse and stringify file paths with line and column like `unicorn.js14`☆24Nov 22, 2025Updated 2 months ago
- Lazy number range generator☆83Jan 2, 2024Updated 2 years ago
- Create a noop process and get the PID☆14Aug 10, 2021Updated 4 years ago
- Get all emails in a text file or stdin☆25Feb 2, 2026Updated last week
- Check if a string is a scoped npm package name☆25Jul 9, 2022Updated 3 years ago
- Wait for a specified number of promises to be fulfilled☆39Sep 11, 2025Updated 5 months ago
- Extract the actual stack of an error☆68Jul 8, 2022Updated 3 years ago
- Conditional promise catch handler☆40Apr 9, 2021Updated 4 years ago
- Returns a promise resolved in the next event loop - think `setImmediate()`☆72Apr 9, 2021Updated 4 years ago
- While a condition returns true, calls a function repeatedly, and then resolves the promise☆58Oct 16, 2024Updated last year
- Check if a number is a redirect HTTP status code☆25Apr 17, 2021Updated 4 years ago
- Wait for any promise to be fulfilled☆56Jul 9, 2022Updated 3 years ago
- Repeat text☆17May 3, 2021Updated 4 years ago
- Extract the article title of a HTML document or website☆31Sep 9, 2025Updated 5 months ago
- Transform the first chunk in a stream☆28Nov 1, 2023Updated 2 years ago
- Log the value/error of a promise☆29Apr 9, 2021Updated 4 years ago
- Measure the time a promise takes to resolve☆72Nov 5, 2023Updated 2 years ago
- Check if a value is a function☆29May 3, 2021Updated 4 years ago
- Check if something is a promise☆45Apr 16, 2021Updated 4 years ago
- Run promise-returning & async functions repeatedly until you end it☆48Feb 2, 2026Updated last week
- Run promise-returning & async functions a specific number of times concurrently☆41Oct 4, 2021Updated 4 years ago
- Get an array of valid, sorted, and cleaned semver versions from an array of strings☆41Apr 21, 2021Updated 4 years ago
- Create a lazy promise that defers execution until it's awaited or when .then() or .catch() is called☆285Oct 28, 2024Updated last year
- Map over promises serially☆50Apr 9, 2021Updated 4 years ago
- Reduce a list of values using promises into a promise for a value☆74Feb 11, 2023Updated 3 years ago
- Get the number of days in a year☆25Apr 21, 2021Updated 4 years ago
- Embed data in other data and easily extract it when needed☆76Aug 12, 2021Updated 4 years ago
- Generate a random float☆37Apr 18, 2021Updated 4 years ago
- Lax `url.format()` that formats a hostname and port into IPv6-compatible socket form of `hostname:port`☆14Apr 9, 2021Updated 4 years ago
- Create a deferred promise☆84Sep 8, 2025Updated 5 months ago
- Get the real path of the system temp directory☆85Sep 26, 2022Updated 3 years ago
- Check if a value is a Blob☆24Oct 27, 2023Updated 2 years ago
- Check if an Iterable is empty☆23Sep 14, 2025Updated 4 months ago