Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/diff_kit/private/diff_handler.ts>DiffTextOptions

Deno lib that compares 2 strings and generates result like assertEquals(), also in HTML
Latest
interface DiffTextOptions
import { type DiffTextOptions } from "https://deno.land/x/diff_kit@v2.0.5/private/diff_handler.ts";

Properties

optional
indentWidth: number

Number of spaces to be used as indent: from 0 to 10 (inclusive), or -1 for TAB.