UNPKG

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