网站介绍:文章浏览阅读1k次。问题描述当switch的条件为true时ts没有校验case中的条件有问题的代码type Pos = { index: number; deviation: string; }| null |false; const getPos=(type:number):Pos=>{ switch (type) { case 1: return { index: 1, deviation: '1'}; case 2: return null;_typescript 不执行switch
- 链接地址:https://tiandisheng.blog.csdn.net/article/details/124613006
- 链接标题:typescript报错:当switch的条件为true时ts没有校验case中的条件_typescript 不执行switch-CSDN博客
- 所属网站:tiandisheng.blog.csdn.net
- 被收藏次数:5972
- 网站标签:typescript 不执行switch