@raphtlw/indoc
v0.1.6
Published
Indented document literals for JavaScript.
Downloads
3
Maintainers
Readme
Table of contents
Usage
import indoc from 'indoc'
indoc`
This spans
multiple lines.
`
// Output
// ---
// This spans
// multiple lines.
Contributing
Contributions are always welcome. If you feel inclined to, feel free to submit a pull request.
In addition, you can also contribute by submitting issues. Please describe the issue with enough details and I will solve them as soon as I can.