Module

std/internal/mod.ts>diff

The Deno Standard Library
Latest
function diff
import { diff } from "https://dotland.deno.dev/std@0.224.0/internal/mod.ts";

Renders the differences between the actual and expected values

Parameters

A: T[]

Actual value

B: T[]

Expected value