typed-typings / npm-ramda

TypeScript's type definitions for Ramda
MIT License
384 stars 64 forks source link

innerJoin not found in types #418

Closed admosity closed 5 years ago

admosity commented 5 years ago

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

admosity commented 5 years ago

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.