@unction/thrush A => MapperFunctionType<A, B> => B One of the fantasy birds: it takes a value, a function, and then applies that value to as the first argument to that function. thrush(0)((value) => `${value}`) // "0"