import { type outdent } from "https://deno.land/x/libpkgx@v0.15.1/src/deps.ts";
const { outdent } = outdent;
Properties
Normalize all newlines in the template literal to this value.
If null
, newlines are left untouched.
Newlines that get normalized are '\r\n', '\r', and '\n'.
Newlines within interpolated values are never normalized.
Although intended for normalizing to '\n' or '\r\n', you can also set to any string; for example ' '.