Skip to content

Instantly share code, notes, and snippets.

@fongandrew
Created January 10, 2020 20:37
Show Gist options
  • Save fongandrew/60659dabcacaf81eb5a00a7373b69830 to your computer and use it in GitHub Desktop.
Save fongandrew/60659dabcacaf81eb5a00a7373b69830 to your computer and use it in GitHub Desktop.
For funsies
// 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