Type Alias NoInputsFunction<Return>

NoInputsFunction: () => Return

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

Type Parameters

  • Return = any