Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TypeScript 里 .ts 文件可以包含代码实现和类型定义,而 .d.ts 文件只可包含类型定义。
- Loading branch information
TypeScript 里 .ts 文件可以包含代码实现和类型定义,而 .d.ts 文件只可包含类型定义。