interface outdent.Outdentimport { type outdent } from "https://deno.land/x/libpkgx@v0.16/src/deps.ts"; const { Outdent } = outdent; Call Signatures(strings: TemplateStringsArray, ...values: Array<any>): stringRemove indentation from a template literal. (options: Options): OutdentCreate and return a new Outdent instance with the given options. Methodsstring(str: string): stringRemove indentation from a string