Options
All
  • Public
  • Public/Protected
  • All
Menu

lazy-initializer

Index

Type aliases

Combine

Combine: Combine<T, U>

Literally combine 2 types.

DefineDescriptor

DefineDescriptor: object | LazyInit<T, K>

DefineDescriptors

DefineDescriptors: object

Type declaration

Defined

Defined: T & object

LazyInit

LazyInit: function

Type declaration

    • (this: T, key: K): T[K]
    • Parameters

      • this: T
      • key: K

      Returns T[K]

Generated using TypeDoc