funny-flip

1.0.2 • Public • Published

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.

/funny-flip/

    Package Sidebar

    Install

    npm i funny-flip

    Weekly Downloads

    0

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • goblindegook