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.
the object to be ordered (will not be touched)
a sorted object
Generated using TypeDoc
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.