From 3929590d52bf5d4812d84bc5a0ef31a3ffdba5bc Mon Sep 17 00:00:00 2001 From: Desyatnikov Grigorii Date: Fri, 14 Jan 2022 16:51:50 +0300 Subject: [PATCH] add types-ramda --- global.d.ts | 2 -- package.json | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/global.d.ts b/global.d.ts index 22d50c9..54b8185 100644 --- a/global.d.ts +++ b/global.d.ts @@ -1,3 +1 @@ type Nullable = T | null | undefined - -declare module 'ramda' diff --git a/package.json b/package.json index acca6fe..c41f65a 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.1.0", "dependencies": { "@types/qs": "^6.9.7", + "@types/ramda": "^0.27.63", "@types/react": "^17.0.15", "@types/react-router-dom": "^5.1.8", "@types/sprintf-js": "^1.1.2",