Skip to main content
Module

x/evt/tools/reducers/diff.ts>ArrDiff

💧EventEmitter's typesafe replacement
Go to Latest
type alias ArrDiff
import { type ArrDiff } from "https://deno.land/x/evt@v2.5.3/tools/reducers/diff.ts";
definition: { added: readonly T[]; removed: readonly T[]; }