Skip to main content
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.1.4/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