funny-append

1.0.3 • Public • Published

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.

Package Sidebar

Install

npm i funny-append

Weekly Downloads

1

Version

1.0.3

License

MIT

Last publish

Collaborators

  • goblindegook