gpt4 book ai didi

typescript - 使用reflect-metadata获取返回类型,当返回类型是某物的 promise 时

转载 作者:行者123 更新时间:2023-12-04 02:06:19 31 4
gpt4 key购买 nike

当函数返回类型为 Promise<number> ,我怎样才能通过反射得到它?

如果我只是这样做

Reflect.getMetadata("design:returntype", target, key)

它只是返回 Promise ,那么有没有办法知道是无极数呢?
name:"Promise"
prototype:Promise {constructor: , then: , catch: , …}
reject:function reject() { … }
resolve:function resolve() { … }

最佳答案

似乎在不久的将来将不支持此功能。

As noted in #14971 (comment), reflection and runtime type serialization is outside the scope of the TypeScript project in the time being.

Mohamed Hegazy (link)

关于typescript - 使用reflect-metadata获取返回类型,当返回类型是某物的 promise 时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54565637/

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