Skip to content

simple index.d.ts #8

Description

@KM8Oz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions