UNPKG

106 BJavaScriptView Raw
1'use strict';
2
3function unwrap(str) {
4 return str.replace(/\n ▸ /g, '');
5}
6
7module.exports = unwrap;