我在哪里可以找到lodash / fp的打字稿类型?使用lodash定义形成npm,导入lodash / fp时出错。
答案 0 :(得分:6)
lodash / fp尚未提供类型,请查看以下问题:
https://github.com/DefinitelyTyped/DefinitelyTyped/issues/7896 https://github.com/DefinitelyTyped/DefinitelyTyped/issues/9589
答案 1 :(得分:1)
fp类型现在带有@types/lodash
https://www.npmjs.com/package/@types/lodash https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash/fp
答案 2 :(得分:-1)
似乎类型已添加到lodash / fp下的DefinitelyTyped中,可以在其repo上找到
如果安装@ types / lodash,则fp类型应该也开始起作用
编辑:如果您npm安装@ types / lodash,我可以确认FP类型是否正常
我将它们导入为import map = require("lodash/fp/map")
,以便webpack只打包在构建中起作用的包,并且测试不会由于.default is not a function
错误而失败