Skip to content

unctionjs/applicator

Repository files navigation

@unction/applicator

Tests Stability Dependencies

((A) => B) => A => B

Takes a function and a value and applies that function to that value.

applicator(inc)(1) // 1