Skip to main content
Module

x/outdent/mod.ts>Outdent

Remove indentation from ES6 template strings
Very Popular
Latest
interface Outdent
import { type Outdent } from "https://deno.land/x/outdent@v0.8.0/mod.ts";

Call Signatures

(strings: TemplateStringsArray, ...values: Array<any>): string

Remove indentation from a template literal.

(options: Options): Outdent

Create and return a new Outdent instance with the given options.

Methods

string(str: string): string

Remove indentation from a string