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