1 contributor
Like
Install max-by as a package?
Copied
npm i @bit/justin-capalbo.ramda.max-by
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example modifieddraft
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
and packages in Bit or NPM to the example. any of the 1 million componentstoggle layout
No preview available
chevron_left
chevron_right
maxBy (
f:
Function
,a:
*
,b:
) : *
*
Takes a function and two values, and returns whichever value produces the larger result when passed to the provided function.
Example
Arguments
f:
Function
a:
*
b:
*
Returns
*