Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

orderBy

import { orderBy } from "https://cdn.skypack.dev/lodash-es";
function orderBy(
collection2,
iteratees,
orders,
guard,
);
§
orderBy(collection2, iteratees, orders, guard)
[src]

§Parameters

§
collection2
[src]
§
iteratees
[src]
§
orders
[src]
§
guard
[src]