Type representing a function accepting a single input of type T and returning a result of type TResult. an alternative to writing:
T
TResult
(input: T) => TResult Copy
(input: T) => TResult
Generated using TypeDoc
Type representing a function accepting a single input of type
Tand returning a result of typeTResult. an alternative to writing: