UNPKG

rambdax

Version:

Extended version of Rambda - a lightweight, faster alternative to Ramda

10 lines (8 loc) 187 B
import { addIndex } from './addIndex.js' export function addIndexRight(originalFunction){ return addIndex( originalFunction, listLength => listLength - 1, x => x - 1 ) }