Skip to content

Instantly share code, notes, and snippets.

@collardeau
Last active October 23, 2015 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save collardeau/326aa5c5f18fcdb98cf2 to your computer and use it in GitHub Desktop.
Save collardeau/326aa5c5f18fcdb98cf2 to your computer and use it in GitHub Desktop.
const pipe = require("ramda").pipe; // node or webpack/browserify
const firstInitial = pipe(getFirstName, getFirstLetter);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment