node-define-lazy-prop

Define a lazily evaluated property on an object
  https://github.com/sindresorhus/define-lazy-prop#readme
  0
  no reviews



Useful when the value of a property is expensive to generate, so you want to delay the computation until the property is needed. For example, improving startup performance by deferring nonessential operations.

Node.js is an event-based server-side JavaScript engine.