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