Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
'use strict';
const stripIndent = require('strip-indent');
const indentString = require('indent-string');

module.exports = (string, count = 0, options) => indentString(stripIndent(string), count, options);