npm.io
1.0.2 • Published 9 years ago

funny-flip

Licence
MIT
Version
1.0.2
Deps
0
Vulns
0
Weekly
0
Stars
5

flip

Simple modules for functional programming, done for fun.

Usage

import flip from 'funny-flip'

const flipped = flip((a, b) => [a, b])

flipped(1, 2) // [2, 1]

License

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

Keywords