dedentify
v0.1.0
Published
Remove indentation inside strings.
Readme
dedentify

Remove indentation inside strings.
Install
$ npm install dedentifynpm
$ npm install dedentifyyarn
$ yarn add dedentifyGithub Registry
$ npm install abranhe@dedentifyUsage
const dedentify = require('dedentify');
dedentify`
This
is
Awesome
`;
// => `
// This
// is
// Awesome
// `API
dedentify(input)
input
Type: string | TemplateStringsArray
The template string to deindent.
License
MIT © Abraham Hernandez
