lazy-init-value
Lazy initialization of values, supporting both synchronous and asynchronous scenarios
lazy-init
Lazily initialize values by deferring their creation until first use, resulting in better performance.
@tsdotnet/lazy
Lazy<T> and ResettableLazy<T> class for simplifying lazy initialization.