【发布时间】:2014-10-17 00:33:21
【问题描述】:
我的代码中有一个函数:
networkStop = (action: string = null) => {
this.action[action] = false;
this.net = false;
this.netd = false;
}
我收到一个 TsLint 错误提示:
Message 4 TsLint: expected callSignature to have a typedef.
谁能解释一下这是什么意思?
【问题讨论】:
标签: typescript signature tslint