0.1.0 • Published 11 years ago
change-indent v0.1.0
change-indent 
Change the indentation in a string.
Install
Install with npm:
npm i change-indent --save-devUsage
var changeIndent = require('change-indent');
change(string, indent);string{String} pass the string you want to re-indentindent{Number} the amount of indentation
Example:
var changeIndent = require('change-indent');
change(' abc', 4);
//=> ' abc'Author
Jon Schlinkert
License
Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license
This file was generated by verb-cli on August 11, 2014.
0.1.0
11 years ago