Variable lazyConst

lazy: {
    getValue<T>(lazyItem, ...args) => T;
}

Type declaration

  • getValue:function
    • Type Parameters

      • T

      Parameters

      • lazyItem: Lazy<T>
      • Rest ...args: any[]

      Returns T

Generated using TypeDoc