UNPKG

@naturalcycles/js-lib

Version:

Standard library for universal (browser + Node.js) javascript

5 lines (4 loc) 126 B
/** * based on: https://github.com/IndigoUnited/js-deep-sort-object */ export declare function _sortObjectDeep<T>(o: T): T;