export default function (...args: string[]): string { return args.join(" ") }