typed-typings / npm-ramda

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

module has no exported member thunkify #426

Open houd1ni opened 5 years ago

houd1ni commented 5 years ago

node_modules/@types/ramda"' has no exported member 'thunkify'.

"@types/ramda": "^0.25.47"

Forcing me to use () => myfunction(42) instead of thunkify(myfunction, 42)

How do I import: import { thunkify, prop, path, type, map, compose, flip, head, isEmpty, reduce, intersection, ifElse } from 'ramda' All's OK except for thunkify.