funny-fold-right

1.0.3 • Public • Published

foldRight

Simple modules for functional programming, done for fun.

Usage

import foldRight from 'funny-fold-right'
 
foldRight((acc, item) => acc + item, 10, [1, 2, 3, 4]) // 20

License

The MIT License (MIT). Copyright (c) 2016 Luís Rodrigues.

Package Sidebar

Install

npm i funny-fold-right

Weekly Downloads

3

Version

1.0.3

License

MIT

Last publish

Collaborators

  • goblindegook