typeof 判断类型:但是报错,不能将类型作为值使用?

我使用typeof 去判断一个类型

type Point = {
  x: number,
  y: number
}


private points: [Point | undefined, Point | undefined]

 private getDistance() {
    if((typeof this.points[0]) === Point ) {  // 这行报错

    }
  }

但是报错,不能将类型作为值使用。
image.png

请问这里应该如何判断呢?

阅读 1.9k
2 个回答

typeof 在运行时得不到自定义类型

为什么要判断呢?不是已经定义好了吗

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题
logo
Microsoft
子站问答
访问
宣传栏