Simple modules for functional programming, done for fun.
import flip from 'funny-flip' const flipped = flip((a, b) => [a, b]) flipped(1, 2) // [2, 1]
The MIT License (MIT). Copyright (c) 2016 Luís Rodrigues.