Module

std/internal/mod.ts>DiffType

The Deno Standard Library
Latest
type alias DiffType
import { type DiffType } from "https://dotland.deno.dev/std@0.224.0/internal/mod.ts";
definition: keyof DiffType
variable DiffType
import { DiffType } from "https://dotland.deno.dev/std@0.224.0/internal/mod.ts";

type

{ removed: string; common: string; added: string; }