像这种 怎么定义 d.ts 文件。
module.exports = Struct/**
* The Struct "type" meta-constructor.
*/function Struct () { debug('defining new struct "type"')
...
}我这样定义不行
declare module 'ref-struct' { function Struct(options?: any): any; export = Struct;
}开心每一天1111
相关分类