Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 582 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 582 Bytes

@unction/flip

Tests Stability Dependencies

MapperFunctionType<A, MapperFunctionType<B, C>> => B => A => C

Flips a function's first and second arguments.

flip(key)({aaa: "1"})("aaa") // "1"