flip
v0.9.6arrow_drop_downv0.9.6
STATUS
Passing
DOWNLOADS
5
VISIBILITY
Public
PUBLISHED
5 years ago
SIZE
1 KB
Returns a new function much like the supplied one, except that the first two
arguments' order is reversed.
1 contributor
Like
Install flip as a package?
Copied
npm i @bit/justin-capalbo.ramda.flip
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
flip (
fn:
) : Function
*
Returns a new function much like the supplied one, except that the first two arguments’ order is reversed.
Example
Argument
fn:
Function
The function to invoke with its first two parameters reversed.
Returns
*
The result of invoking `fn` with its first two parameters' order reversed.