Object with an optional path
property.
This path
is an IterableIterator
of PropertyKey
s.
readonly
path: IterableIterator<PropertyKey>
Property path of created, deleted or updated property (undefined for root).
Object with an optional path
property.
This path
is an IterableIterator
of PropertyKey
s.
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";