Object that represents a creation difference (a new value or property).
{ readonly kind: CREATE; readonly right: Right; } & DifferencePath
Object that represents a creation difference (a new value or property).
{ readonly kind: CREATE; readonly right: Right; } & DifferencePath
Add Package
deno add jsr:@coven/compare
Import symbol
import { type CreateDifference } from "@coven/compare";
---- OR ----
Import directly with a jsr specifier
import { type CreateDifference } from "jsr:@coven/compare";
Add Package
npx jsr add @coven/compare
Import symbol
import { type CreateDifference } from "@coven/compare";
Add Package
yarn dlx jsr add @coven/compare
Import symbol
import { type CreateDifference } from "@coven/compare";
Add Package
pnpm dlx jsr add @coven/compare
Import symbol
import { type CreateDifference } from "@coven/compare";
Add Package
bunx jsr add @coven/compare
Import symbol
import { type CreateDifference } from "@coven/compare";