UNPKG

@inkline/inkline

Version:

Inkline is the Vue.js UI/UX Library built for creating your next design system

8 lines (7 loc) 178 B
/** * Sort an array of objects by path * * @param path * @returns {function(*=, *=): number} */ export declare function sortByPath<T>(path: string): (a: T, b: T) => number;