UNPKG

106 BTypeScriptView Raw
1declare function sortBy<T>(arr: T[], iteratee?: string | ((val: T) => any)): T[];
2
3export default sortBy;