标签: typescript npm npm-install typescript-typings definitelytyped
我已经向DefinitelyTyped发送了拉取请求,但在他们接受之前,我如何在我的npm包中使用它?
使用typings是一种方式,例如:这有效:
typings
"async": "github:MyUserName/DefinitelyTyped/types/async/index.d.ts#patch-4",
但还有另一种方法,只使用npm,而不是弃用的&放弃了typings项目?