Конкатенирующий редьюсер yarn add goss_concat const concat = require('goss_concat'); console.log(concat(1, [2], '3')); // 123 https://kodaktor.ru/goss_concat