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

x/diff_kit/mod.ts>diff

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

Parameters

left: DiffSubj
right: DiffSubj
optional
diffHandler: DiffHandler = [UNSUPPORTED]