export const concat = (a: string, b: string): string => `${a}${b}`;