Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/vicis/src/util/object/keys/order.ts>objectKeysOrder

Presentation and transformation layer for data output in RESTful APIs.
Latest
function objectKeysOrder
import { objectKeysOrder } from "https://deno.land/x/vicis@1.0.0/src/util/object/keys/order.ts";

Type Parameters

T extends { [key: string]: any; }

Parameters

instance: T
optional
keys: string[] = [UNSUPPORTED]
optional
alphabetize = [UNSUPPORTED]