Skip to main content
Module

x/diff_kit/mod.ts

Deno lib that compares 2 strings and generates result like assertEquals(), also in HTML
Latest
File
export {diff} from './private/diff.ts';
export{ DiffHandler, DiffText, DiffTerm, DiffHtml,} from './private/diff_handler.ts';
export type{ DiffSubj, DiffTextOptions, DiffTextStyles,} from './private/diff_handler.ts';