Type Alias NoInputsFunction<Return>

NoInputsFunction<Return>: (() => Return)

A Function with no inputs and a return type of Return (which defaults to any).

Type Parameters

  • Return = any