npm.io
1.0.3 • Published 9 years ago

funny-prepend

Licence
MIT
Version
1.0.3
Deps
2
Vulns
0
Weekly
0
Stars
5

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.

Keywords