Skip to main content
Module

std/internal/mod.ts>DiffType

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

type

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