Files
cypress/patches/return-deep-diff+0.4.0.patch
Kukhyeon Heo a27affe447 chore: refactor server/lib/config.ts to pkg/config (#22530)
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>
2022-08-17 10:54:02 -07:00

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>