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

Skip to content

Commit 548e985

Browse files
authored
错别字
1 parent 70b1404 commit 548e985

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
@@ -518,7 +518,7 @@ jQuery.ajax('/api/get_something');
518518

519519
注意 `module` 配置可以有很多种选项,不同的选项会影响模块的导入导出模式。这里我们使用了 `commonjs` 这个最常用的选项,后面的教程也都默认使用的这个选项。
520520

521-
不管采用了以上两种方式中的哪一种,我都**强烈建议**大家将书写好的声明文件(通过给第三发库发 pull request,或者直接提交到 `@types` 里)发布到开源社区中,享受了这么多社区的优秀的资源,就应该在力所能及的时候给出一些回馈。只有所有人都参与进来,才能让 ts 社区更加繁荣。
521+
不管采用了以上两种方式中的哪一种,我都**强烈建议**大家将书写好的声明文件(通过给第三方库发 pull request,或者直接提交到 `@types` 里)发布到开源社区中,享受了这么多社区的优秀的资源,就应该在力所能及的时候给出一些回馈。只有所有人都参与进来,才能让 ts 社区更加繁荣。
522522

523523
npm 包的声明文件主要有以下几种语法:
524524

0 commit comments

Comments
 (0)