Indent every line of a string by a given string.
the content to indent
the string to use for indentation (probably use whitespace)
whether to skip the first line (useful for indenting in a template literal)
the indented string
Generated using TypeDoc
Indent every line of a string by a given string.