always<T>(value): () => T
T
value
returns a function which when called always returns the passed value
Function