change-indent
Change the indentation in a string.
Install
npm:
Install withnpm i change-indent --save-dev
Usage
var changeIndent = ;;
string
{String} pass the string you want to re-indentindent
{Number} the amount of indentation
Example:
var changeIndent = ;; //=> ' 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.