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

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

Type Parameters

  • X

Generated using TypeDoc