export const stringArrayJoin = (separator: string) => (arr: string[]) => arr.join(separator)