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