export const sortByAscString = (a: string, b: string) => { return a.localeCompare(b); };