@potmot/diff
v0.0.0
Published
Lightweight deep diff tool for JavaScript objects and arrays.
Readme
@potmot/diff
简单的差异对比工具库,支持对象、数组的差异分析。
功能特性
- ✨ 深度相等比较 (
deepEquals) - 📊 对象差异分析 (
objectDiff) - 📋 数组差异分析 (
arrayDiff) - 🔁 循环引用检测
- 📤 TypeScript 类型支持
安装
npm install @potmot/diffyarn add @potmot/diffpnpm add @potmot/diff