UNPKG

rambda

Version:

Lightweight faster alternative to Ramda

12 lines (10 loc) 271 B
// import {Curry} from './Curry' // /** Undoes the work that was done by **`Curry`** // * @param F to uncurry // * @returns **`Function`** // * @example // */ // export type UnCurry<F extends Curry<any>> = // F extends Curry<infer UF> // ? UF // : never