UNPKG

@augment-vir/common

Version:

A collection of augments, helpers types, functions, and classes for any JavaScript environment.

3 lines (2 loc) 131 B
import { type AnyObject } from '@augment-vir/core'; export declare function sortObject<const T extends AnyObject>(original: T): T;