From 762bd072f7d038b3d749a288d00aacef470c1df2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Diamond?= <32074058+Andre-Diamond@users.noreply.github.com> Date: Mon, 24 Feb 2025 10:57:28 +0200 Subject: [PATCH] feat: Add type declaration for lodash module --- lodash.d.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 lodash.d.ts diff --git a/lodash.d.ts b/lodash.d.ts new file mode 100644 index 0000000..853c3aa --- /dev/null +++ b/lodash.d.ts @@ -0,0 +1 @@ +declare module 'lodash';