UNPKG

rambda

Version:

Lightweight and faster alternative to Ramda with included TS definitions

7 lines (5 loc) 198 B
import { path } from './path.js' import { sortByDescending } from './sortByDescending.js' export function sortByPathDescending(sortPath) { return list => sortByDescending(path(sortPath))(list) }