Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch lodash-move@1.1.1 for the project I'm working on.
Here is the diff that solved my problem:
diff --git a/node_modules/lodash-move/index.d.ts b/node_modules/lodash-move/index.d.ts
new file mode 100644
index 0000000..9addc98
--- /dev/null
+++ b/node_modules/lodash-move/index.d.ts
@@ -0,0 +1 @@
+export default function move(arr: any[], i:number, d:number): any[];
This issue body was partially generated by patch-package.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
lodash-move@1.1.1for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.