// Monkey see, monkey do. export default function (...args: string[]): string { return args.join(" ") }