• import { sortObject } from '@src/hylo-components/utils/usefull/usefull';

    Sorts an object by its keys ascending. Use the Object function "reverse()" on the result to get a descending order.

    Parameters

    • obj: object

      the object to be ordered (will not be touched)

    Returns object

    a sorted object

Generated using TypeDoc