UNPKG

rambda

Version:

Lightweight and faster alternative to Ramda with included TS definitions

6 lines (4 loc) 134 B
import { cloneList } from './_internals/cloneList.js' export function sort(sortFn) { return list => cloneList(list).sort(sortFn) }