Remove indentation inside strings.
$ npm install dedentify
const dedentify = require('dedentify');
dedentify`
This
is
Awesome
`;
// => `
// This
// is
// Awesome
// `
Type: string |
TemplateStringsArray |
The template string to deindent.
MIT © Abraham Hernandez