相关疑难解决方法(0)

TypeScript 中的“as const”是什么意思,它的用例是什么?

我对as const演员表感到困惑。我检查了一些文件和视频,但没有完全理解。

我担心的是as const下面代码中的含义是什么,使用它有什么好处?

const args = [8, 5] as const;
const angle = Math.atan2(...args);
console.log(angle);
Run Code Online (Sandbox Code Playgroud)

type-assertion typescript

26
推荐指数
6
解决办法
4680
查看次数

标签 统计

type-assertion ×1

typescript ×1