UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

7 lines (6 loc) 176 B
'use strict'; module.exports = function (str, pad) { return pad ? String(str).split(/\r?\n/).map(function (line) { return line ? pad + line : line; }).join('\n') : str; };