mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-09 08:40:32 -06:00
Co-authored-by: Rachel <rachel@cypress.io> Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com> Co-authored-by: Rachel <Raquel.rudermano@gmail.com>
8 lines
348 B
Diff
8 lines
348 B
Diff
diff --git a/node_modules/return-deep-diff/index.d.ts b/node_modules/return-deep-diff/index.d.ts
|
|
new file mode 100644
|
|
index 0000000..53711dd
|
|
--- /dev/null
|
|
+++ b/node_modules/return-deep-diff/index.d.ts
|
|
@@ -0,0 +1 @@
|
|
+export default function deepDiff(obj1: Record<string, any>, obj2: Record<string, any>, keepNewKeys?: boolean): Record<string, any>
|