Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

TypeScript Definitely Typed(TypeScript 定义文件)


广泛的 JavaScript 生态系统中的 NPM 包并不总是提供可用的类型。

有时项目不再维护,有时它们对 TypeScript 不感兴趣、不同意或没有时间使用 TypeScript。


在 TypeScript 中使用非类型化 NPM 包

由于缺少类型,在 TypeScript 中使用未类型化的 NPM 包将不是类型安全的。

为了帮助 TypeScript 开发人员使用此类包,有一个名为 Definitely Typed 的社区维护项目。

Definitely Typed 是一个项目,它为没有类型的 NPM 包提供 TypeScript 定义的中央存储库。

示例

npm install --save-dev @types/jquery

安装声明包后,通常不需要其他步骤来使用类型,TypeScript 在使用包本身时会自动获取类型。

当类型丢失时,Visual Studio Code 等编辑器通常会建议安装此类包。


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.