UNPKG

ut-tools

Version:

Build and Release management automation package.

6 lines (4 loc) 207 B
'use strict'; const stripIndent = require('strip-indent'); const indentString = require('indent-string'); module.exports = (string, count = 0, options) => indentString(stripIndent(string), count, options);