Merge pull request #13 from TouchInstinct/feature/types-ramda

add types-ramda
This commit is contained in:
grigoriishveps 2022-01-14 17:00:53 +03:00 committed by GitHub
commit 7602b0e2e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

2
global.d.ts vendored
View File

@ -1,3 +1 @@
type Nullable<T> = T | null | undefined
declare module 'ramda'

View File

@ -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",