Type Alias Constant<V>

Constant<V>: (() => V)

Represents a function that takes no arguments and returns V

Type Parameters

  • V