import { type DiffTextStyles } from "https://deno.land/x/diff_kit@v2.0.1/mod.ts";
Properties
What to insert before "-" char that denotes line deletion. Like <b style="color:red">
What to insert before "+" char that denotes line insertion. Like <b style="color:green">
What to insert in the beginning of deleted line. Like <span style="color:red">
What to insert in the beginning of inserted line. Like <span style="color:green">
What to insert where actual deleted chars on the line are starting. Like <span style="background-color:red; color:white">
What to insert where actual deleted chars on the line are ending. Like </span>
What to insert where actual inserted chars on the line are starting. Like <span style="background-color:green; color:white">