11 packages found
Define a lazily evaluated property on an object
- lazy
- property
- properties
- prop
- define
- object
- value
- lazily
- laziness
- evaluation
- eval
- execute
- getter
- function
- View more
Simple decorator for caching getters on first access
Create lazy properties that replace themselves with normal ones
[](https://badge.fury.io/js/lazy-getter) [](https://badge.fury.io/gh/briandamaged%2Fnode-lazy-getter)
A decorator for caching class getters and updating the cache based on dependent properties
make object getter property cacheable.
Create a lazily evaluated value
Lazily evaluates a getter on an object and caches the returned value
Define lazy properties on objects that are initialized once and only when accessed. Also known as a lazy initialization and cached/memoized getters.
Simple, lazyily evaluated values.