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