Your IP : 216.73.216.48


Current Path : /hdd/hdd21/my5/backup/my5-frontend/node_modules/redent/
Upload File :
Current File : /hdd/hdd21/my5/backup/my5-frontend/node_modules/redent/index.js

'use strict';
var stripIndent = require('strip-indent');
var indentString = require('indent-string');

module.exports = function (str, count, indent) {
	return indentString(stripIndent(str), indent || ' ', count || 0);
};