Module

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

Faster and smaller alternative to Ramda
Latest
function sortObject
import { sortObject } from "https://dotland.deno.dev/x/rambda@9.4.1/files/index.d.ts";

Parameters

input: { [key: string]: T; }

Returns

{ [keyOutput: string]: T; }

Returns

(input: { [key: string]: T; }) => { [keyOutput: string]: T; }