Skip to main content
This release is 1 version behind 0.3.3 — the latest version of @coven/compare. Jump to latest

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
2 months ago (0.3.2)
Package root>DELETE_KIND.ts
/** * Delete Difference kind. */ export const DELETE_KIND = "DELETE";