Trims whitespace from start/end and removes all leading indentation from each line.
The text to trim.
The trimmed and de-indented text.
trimIndented(` Hello, world!`); // "Hello,\nworld!" Copy
trimIndented(` Hello, world!`); // "Hello,\nworld!"
Trims whitespace from start/end and removes all leading indentation from each line.