typed-typings/npm-ramda

innerJoin not found in types

admosity opened this issue · 1 comments

version: @types/ramda@0.25.41

src/app/features/cart/reducers/cart.reducer.ts(1,29): error TS2305: Module '"/Users/xxxxx/git/xxxxxx/mercado-main-fe/node_modules/@types/ramda/index"' has no exported member 'innerJoin'.

image

I realized that the @types/ramda on npm is from definitely typed. That's pretty confusing if ramda is referencing this as the types... Closing as not relevant here.