UNPKG

@loadsmart/miranda-tokens

Version:

Design tokens for the Miranda Design System

8 lines (7 loc) 290 B
/** * Sort an array of strings in a special way that considers numeric parts within the strings. * * @param values An array of strings to be sorted. * @returns A new array containing the sorted strings. */ export declare function sortNumericValues<T extends string>(values: T[]): T[];