import * as dedent from 'dedent'; const lines: string = dedent` first second third `; const text: string = dedent(` A test argument. `);