Skip to main content
Module

std/testing/diff.ts>DiffType

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
enum DiffType
import { DiffType } from "https://deno.land/std@0.51.0/testing/diff.ts";

Members

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