Skip to main content

Built and signed on GitHub Actions

⚖️ Minimalist diffing.

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
3 weeks ago (0.3.3)
type alias WithPropertyPath

Object with an optional path property.

This path is an IterableIterator of PropertyKeys.

Properties

readonly
path: IterableIterator<PropertyKey>

Property path of created, deleted or updated property (undefined for root).

Add Package

deno add jsr:@coven/compare

Import symbol

import { type WithPropertyPath } from "@coven/compare";

---- OR ----

Import directly with a jsr specifier

import { type WithPropertyPath } from "jsr:@coven/compare";

Add Package

npx jsr add @coven/compare

Import symbol

import { type WithPropertyPath } from "@coven/compare";

Add Package

yarn dlx jsr add @coven/compare

Import symbol

import { type WithPropertyPath } from "@coven/compare";

Add Package

pnpm dlx jsr add @coven/compare

Import symbol

import { type WithPropertyPath } from "@coven/compare";

Add Package

bunx jsr add @coven/compare

Import symbol

import { type WithPropertyPath } from "@coven/compare";