Promise Helpers
Utility functions for working with promises.
Functions
| Function | Description |
|---|---|
consoleLogPromise | consoleLogPromise |
delay | Creates a promise that resolves after specified delay |
falsyPromiseOrThrow | falsyPromiseOrThrow |
meaningPromiseOrThrow | meaningPromiseOrThrow |
retry | Retries a promise-returning function up to maxAttempts times |
truthyPromiseOrThrow | truthyPromiseOrThrow |