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