cuicui.
返回全部文章
Web前端 共约 0 字 预计阅读 1 分钟

TypeScript下给定时器标注类型

let timer: NodeJS.Timeout = setInterval(() => {});
clearTimeout(timer);