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.
lazypipe
Use to create an immutable, lazily initialized pipeline from a series of streams.