UNPKG

@lesnoypudge/utils

Version:

lesnoypudge's utils

8 lines (7 loc) 169 B
const toOneLine = (text) => { return text.split(/\r?\n/).map((item) => item.trim()).join(" ").trim(); }; export { toOneLine }; //# sourceMappingURL=toOneLine.js.map