Simple modules for functional programming, done for fun.
import reverse from 'funny-reverse' reverse([0, 1, 2]) // [2, 1, 0]
The MIT License (MIT). Copyright (c) 2016 Luís Rodrigues.