UNPKG

eas-cli

Version:
2 lines (1 loc) 103 B
export default function sortBy<T extends any>(list: T[], what?: keyof T, order?: 'asc' | 'desc'): T[];