Type Alias Constant<V>

Constant: () => V

Represents a function that takes no arguments and returns V

Type Parameters

  • V

Type declaration

    • (): V
    • Returns V