Skip to content

d

Dedented template literal tag. Strips leading/trailing blank lines and removes the common leading whitespace from all lines — useful for multi-line expected output in tests.

import { d } from "@alloy-js/core/testing";
function d(strings: TemplateStringsArray, ...values: any[]): string;
stringsTemplateStringsArray
valuesany[]

string