Into<X>: X | PromiseLike<X> | (() => X) | (() => PromiseLike<X>)

A lazily provided value. The returned value can't be a Function.

Type Parameters

  • X

Type declaration

    • (): X
    • Returns X

Type declaration

    • (): PromiseLike<X>
    • Returns PromiseLike<X>

Generated using TypeDoc