- [x] I tried using the `@types/lodash` package and had problems. - Authors: @bczengel @chrootsu @stepancar @aj-r @Ailrun @e-cloud @thorn0 @jtmthf @DomiR Attempting to use `import { placeholder } from 'lodash/fp'` causes an error. ``` Module "@types/lodash/fp" has no exported member 'placeholder'. `placeholder` is often used in curried functions to change argument order.
@types/lodashpackage and had problems.Attempting to use
import { placeholder } from 'lodash/fp'causes an error.