Strip indentation of multiline strings based on length of the last line. Notice: first and last lines will be removed.
console.log(multiline` line 1 line 2 line 3 `)
Prints:
line 1 line 2 line 3
Array of template strings.
Template string arguments.
Generated using TypeDoc
Strip indentation of multiline strings based on length of the last line.
Notice: first and last lines will be removed.
Prints: