@stdlib/utils-define-memoized-property
Define a memoized object property.
Define a memoized object property.
Define a memoized read-only object property.
If a condition is truthy, invoke `x`; otherwise, invoke `y`.
If a predicate function returns a truthy value, invoke `x`; otherwise, invoke `y`.
Inside-out promise; lets you call resolve and reject from outside the Promise constructor function.
TC39 proposal: Implementation of Promise.withResolvers