Typings在哪里搜索Typescript定义?

时间:2016-07-19 18:46:30

标签: typescript definitelytyped typescript-typings

当我使用typings install mongoose时,看起来像是从下载的Typescript定义 https://github.com/louy/typed-mongoose

这似乎很随机。过去,他们曾经从DefinitelyTyped https://github.com/DefinitelyTyped/DefinitelyTyped下载,它非常适合作为所有Typescript定义的中央存储库。

当我运行typings install ______时,打字员现在使用的搜索路径是什么?

2 个答案:

答案 0 :(得分:1)

好的,我发现了,这里列出了打字员找到文件的注册表:https://github.com/typings/registry

答案 1 :(得分:0)

您可以在此处找到:https://github.com/typings/typings

使用npm安装:

安装Typings CLI实用程序。

npm install typings --global

搜索定义。

typings search tape