funny-append

v1.0.3
Simple modules for functional programming, done for fun.
append fp funny functional

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.

npm i funny-append

Metadata

  • MIT
  • Whatever
  • Luís Rodrigues
  • released 4/30/2017

Downloads

Maintainers