UNPKG

@tsdotnet/lazy

Version:

Lazy<T> and ResettableLazy<T> class for simplifying lazy initialization.

12 lines (9 loc) 315 B
import Lazy from './Lazy.js'; export { default as ResettableLazy } from './ResettableLazy.js'; export { default as ResolverBase } from './ResolverBase.js'; /*! * @author electricessence / https://github.com/electricessence/ * @license MIT */ export { Lazy, Lazy as default }; //# sourceMappingURL=index.js.map