📜  typescript d ts 含义 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:35.003000             🧑  作者: Mango

代码示例1
The "d.ts" file is used to provide typescript type information about an API that's written in JavaScript. The idea is that you're using something like jQuery or underscore, an existing javascript library. You want to consume those from your typescript code.