Skip to content

unctionjs/thrush

Repository files navigation

@unction/thrush

Tests Stability Dependencies

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"