gpt4 book ai didi

typescript - 与字符串一起使用时,TypeScript 管道运算符是什么意思?

转载 作者:行者123 更新时间:2023-12-03 21:31:57 26 4
gpt4 key购买 nike

我知道联合类型,但是这个管道语法是什么意思?

let propName: "name" | "age" | "location";

来源: https://blogs.msdn.microsoft.com/typescript/2016/12/07/announcing-typescript-2-1/

最佳答案

回答我自己的问题:那些是“字符串文字类型”,如 https://www.typescriptlang.org/docs/handbook/advanced-types.html#string-literal-types

String literal types allow you to specify the exact value a string must have. In practice string literal types combine nicely with union types, type guards, and type aliases. You can use these features together to get enum-like behavior with strings.

关于typescript - 与字符串一起使用时,TypeScript 管道运算符是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41475893/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com