Skip to main content
Module

x/ramda/mod.ts>flip

:ram: Practical functional Javascript
Latest
variable flip
import { flip } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Returns a new function much like the supplied one, except that the first two arguments' order is reversed.