Skip to content

Instantly share code, notes, and snippets.

@erasmo-marin
Created March 29, 2017 06:11
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 erasmo-marin/12d901283c887569a7297272375a05ca to your computer and use it in GitHub Desktop.
Save erasmo-marin/12d901283c887569a7297272375a05ca to your computer and use it in GitHub Desktop.
import find from "lodash/find";
import compose from 'ramda/src/compose';
import curry from 'ramda/src/curry';
import map from 'ramda/src/map';
//you can do this if you want:
const _ = {
find: find
}
const R = {
compose: compose,
curry: curry,
map: map
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment