Remove indentation inside strings.
Install
$ npm install dedentify
Other options?
npm
$ npm install dedentify
yarn
$ yarn add dedentify
Github Registry
$ npm install abranhe@dedentify
Usage
const dedentify = ; dedentify` Thisis Awesome`; // => `// This// is// Awesome// `
API
dedentify(input)
input
Type: string
| TemplateStringsArray
The template string to deindent.
License
MIT © Abraham Hernandez