Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/deps/outdent.ts>Outdent

🔥 Static site generator for Deno 🦕
Very Popular
Latest
interface Outdent
import { type Outdent } from "https://deno.land/x/lume@v2.2.2/deps/outdent.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