Created
January 10, 2020 20:37
-
-
Save fongandrew/60659dabcacaf81eb5a00a7373b69830 to your computer and use it in GitHub Desktop.
For funsies
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// npm install if | |
const If = require('if'); | |
const f = (c, t, f) => If(c).Then(t).Else(f); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment