mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
4 lines
85 B
TypeScript
4 lines
85 B
TypeScript
const concat = (...args: string[]): string => args.join("");
|
|
|
|
export default concat;
|