Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 67be741

Browse files
authored
Fix invalid link
1 parent 8777627 commit 67be741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basics/declaration-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jQuery('#foo');
5858

5959
## 第三方声明文件
6060

61-
当然,jQuery 的声明文件不需要我们定义了,已经有人帮我们定义好了:[jQuery in DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/jquery)
61+
当然,jQuery 的声明文件不需要我们定义了,已经有人帮我们定义好了:[jQuery in DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery/index.d.ts)
6262

6363
我们可以直接下载下来使用,但是更推荐的是使用工具统一管理第三方库的声明文件。
6464

0 commit comments

Comments
 (0)