小编Gev*_*yan的帖子

无法在 typescript 中导入 Node js 集群

我导入了集群, import * as cluster from "cluster"; 当我尝试签cluster.isMaster入时if(cluster.isMaster){},出现此错误

TS2339: Property 'isMaster' does not exist on type 'typeof import("cluster")'.
Run Code Online (Sandbox Code Playgroud)

import cluster from "cluster"; 得到的集群是undefined. 如何解决ts中的问题,如何在ts中导入集群并使用它们?

typescript

4
推荐指数
1
解决办法
5664
查看次数

标签 统计

typescript ×1