(...s)
| 35146 | const curlify = (s, o, i, a = '') => { |
| 35147 | let u = !1, |
| 35148 | _ = '' |
| 35149 | const addWords = (...s) => (_ += ' ' + s.map(o).join(' ')), |
| 35150 | addWordsWithoutLeadingSpace = (...s) => (_ += s.map(o).join(' ')), |
| 35151 | addNewLine = () => (_ += ` ${i}`), |