UNPKG

rambda

Version:

Lightweight and faster alternative to Ramda with included TS definitions

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