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

x/libpkgx/src/deps.ts>outdent.Outdent

`import`… but with pkging powers
Very Popular
Latest
interface outdent.Outdent
import { type outdent } from "https://deno.land/x/libpkgx@v0.18.1/src/deps.ts";
const { Outdent } = outdent;

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