标签: typescript typescript-typings
假设我有一个导出子模块部分的模块。 例如,我正在导出submodule.namespace。
我如何在我的.d.ts中这样做?
修改:更多信息
假设我的模块只有代码行 module.exports = require('submodule').stuff;
module.exports = require('submodule').stuff;
如何定义我的打字?