Instance-level configuration options for the Differ class to pass to the underlying
DiffMatchPatch instance.
[K in "Diff_Timeout" | "Diff_EditCost" in keyof DiffMatchPatchConfigKey<K>]: DiffMatchPatch[K]
Modern JS/TS and Unicode-friendly version of diff-match-patch.
Instance-level configuration options for the Differ class to pass to the underlying
DiffMatchPatch instance.
[K in "Diff_Timeout" | "Diff_EditCost" in keyof DiffMatchPatchConfigKey<K>]: DiffMatchPatch[K]
Add Package
deno add jsr:@clearlylocal/diff-match-patch-unicode
Import symbol
import { type DiffMatchPatchConfig } from "@clearlylocal/diff-match-patch-unicode/Differ";
Import directly with a jsr specifier
import { type DiffMatchPatchConfig } from "jsr:@clearlylocal/diff-match-patch-unicode/Differ";
Add Package
pnpm i jsr:@clearlylocal/diff-match-patch-unicode
pnpm dlx jsr add @clearlylocal/diff-match-patch-unicode
Import symbol
import { type DiffMatchPatchConfig } from "@clearlylocal/diff-match-patch-unicode/Differ";
Add Package
yarn add jsr:@clearlylocal/diff-match-patch-unicode
yarn dlx jsr add @clearlylocal/diff-match-patch-unicode
Import symbol
import { type DiffMatchPatchConfig } from "@clearlylocal/diff-match-patch-unicode/Differ";
Add Package
vlt install jsr:@clearlylocal/diff-match-patch-unicode
Import symbol
import { type DiffMatchPatchConfig } from "@clearlylocal/diff-match-patch-unicode/Differ";
Add Package
npx jsr add @clearlylocal/diff-match-patch-unicode
Import symbol
import { type DiffMatchPatchConfig } from "@clearlylocal/diff-match-patch-unicode/Differ";
Add Package
bunx jsr add @clearlylocal/diff-match-patch-unicode
Import symbol
import { type DiffMatchPatchConfig } from "@clearlylocal/diff-match-patch-unicode/Differ";