UNPKG

@feugene/mu

Version:

Helpful TS utilities without dependencies

4 lines 293 B
import sortByProperty from './sortByProperty.mjs'; import sortObjectsInArrayByProperty, { sortDescObjectsInArrayByProperty } from './sortObjectsInArrayByProperty.mjs'; export { sortByProperty, sortObjectsInArrayByProperty, sortDescObjectsInArrayByProperty }; //# sourceMappingURL=index.mjs.map