dd-automator-types
v0.0.1
Published
dd-automator types
Readme
dd-automator-types
钉钉自适应插件类型声明types文件
Installation
项目中安装 dd-automator-types :
npm install dd-automator-types --save-devUsage
在项目根目录的 global.d.ts 文件中(如果没有,请创建)添加如下引用:
// global.d.ts
/// <reference path="node_modules/dd-automator-types/index.d.ts" />
