// @flow export default function sortBy(sorter: (_: T) => U, list: T[]): T[]