Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

skava / chain-able-lego   js

Repository URL to install this package:

Version: 6.0.4 

/ src / from-module-deps / indexBy.ts

import { indexBy, prop, clone } from 'ramda'

// const indexByProp = pipeTwo(R.prop, R.indexBy)
export const indexByProp = x => indexBy(prop(x))