Function lazy

    • Lazy getter: computes once, installs a non-enumerable own prop under key that shadows this getter on later reads.

      Type Parameters

      • R

      Parameters

      • self: object
      • key: string | symbol
      • make: () => R

      Returns R