Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rambda/files/index.d.ts>sortByPath

Faster and smaller alternative to Ramda
Latest
function sortByPath
import { sortByPath } from "https://deno.land/x/rambda@9.2.1/files/index.d.ts";

Parameters

sortPath: Path
list: T[]

Parameters

sortPath: Path

Returns

<T>(list: T[]) => T[]