0.1.0 • Published 6 years ago
dedentify v0.1.0
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
0.1.0
6 years ago
0.0.0-alpha.0
6 years ago