Module

std/testing/diff.ts>DiffType

Deno standard library
Go to Latest
enum DiffType
import { DiffType } from "https://dotland.deno.dev/std@0.36.0/testing/diff.ts";

Members

added = "added"
common = "common"
removed = "removed"