gpt4 book ai didi

typescript - 类型别名的范围是什么?

转载 作者:搜寻专家 更新时间:2023-10-30 21:31:13 25 4
gpt4 key购买 nike

typescript 类型别名的范围是什么?我有这个别名,我想我可能想以某种方式在全局范围内声明它:

type ResouceResult<T> = T & {
$promise: ng.IPromise<T>,
$resolved: boolean
};

最佳答案

Typescript 1.5 语言规范的第 3.9 节:http://www.typescriptlang.org/Content/TypeScript%20Language%20Specification.pdf

3.9 Type Aliases

A type alias declaration introduces a type alias in the containing module

so模块

关于typescript - 类型别名的范围是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33436192/

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