gpt4 book ai didi

react-native - 如何在 react-native 中导入 `NodeJS.Timer` 类型

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

我想使用类型 NodeJS.Timer作为我的一个类中的类型注释:

const interval: NodeJS.Timer = setInterval(this._func, 1000)

如何导入这种类型?
我正在使用流量。

最佳答案

Flow 使用 IntervalID type 作为 setInterval 的返回类型/setTimeout职能。可以看到函数typedef here in the core defs .

要使用它,只需输入 interval使用这种类型:

const interval: IntervalID = setInterval(this._func, 1000)

关于react-native - 如何在 react-native 中导入 `NodeJS.Timer` 类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49093969/

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