Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 569 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 569 Bytes

@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