@unction/applicator
v4.1.4
Published
Takes a function and a value and applies that function to that value
Readme
@unction/applicator
((A) => B) => A => B
Takes a function and a value and applies that function to that value.
applicator(inc)(1) // 1