Variable lazyConst

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

Type declaration

Generated using TypeDoc