提交 7cb5b7ab 编写于 作者: Q qiang

docs: uni type alias

上级 fe03178c
......@@ -33,7 +33,7 @@ const p: Person = new P('Tom')
## 特殊处理
当使用类型别名为对象类型(类型为对象字面量表达式)创建别名的时候,编译器会进行特殊处理编译为同名的 Class,具体参考:[对象类型](./object.md)
当使用类型别名为对象类型(类型为对象字面量表达式)创建别名的时候,编译器会进行特殊处理编译为同名的 Class,此时也支持在局部作用域内定义。具体参考:[对象类型](./object.md)
```ts
type Person = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册