Skip to main content
Module

x/diff_kit/mod.ts>DiffTextOptions

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

Properties

optional
indentWidth: number

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