Skip to main content
Module

x/microdiff/index.ts>DifferenceCreate

A fast, zero dependency object and array comparison library. Significantly faster than most other deep comparison libraries and has full TypeScript support.
Latest
interface DifferenceCreate
import { type DifferenceCreate } from "https://deno.land/x/microdiff@v1.4.0/index.ts";

Properties

type: "CREATE"
path: (string | number)[]
value: any