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