Skip to main content
Deno 2 is finally here 🎉️
Learn more
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.70.0/testing/diff.ts";

Members

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