We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c1d6bc commit 787d7c5Copy full SHA for 787d7c5
1 file changed
doc/handbook/declaration files/Consumption.md
@@ -11,6 +11,8 @@
11
npm install --save @types/lodash
12
```
13
14
+如果一个npm包像[Publishing](./Publishing.md)里所讲的一样已经包含了它的声明文件,那就不必再去下载相应的`@types`包了。
15
+
16
# 使用
17
18
下载完后,就可以直接在TypeScript里使用lodash了。
0 commit comments