blob: 0d3303b0404369d936ece19626951c9a090ed432 [file] [log] [blame]
'use strict';
const stripIndent = require('strip-indent');
const indentString = require('indent-string');
module.exports = (str, count, indent) => indentString(stripIndent(str), count || 0, indent);