typescript中的@ts-ignore跳过类型检查

收藏

typescript中的@ts-ignore跳过类型检查

通过 '// @ts-ignore' 注释隐藏 .ts 文件中的错误

function fun( target:any ){

    target.prototype.userName = '张三';

}

@fun
class Person{

}
let p1 = new Person();
//@ts-ignore
console.log( p1.userName );


评论(

您还未登录,请先去登录
表情
查看更多

相关作者

  • 获取点赞0
  • 文章阅读量133

相关文章

暂无相关文章

联系小鹿线

咨询老师

咨询老师

扫码下载APP