Simple modules for functional programming, done for fun.
import fold from 'funny-fold' fold((acc, item) => acc + item, 10, [1, 2, 3, 4]) // 20
The MIT License (MIT). Copyright (c) 2016 Luís Rodrigues.