最佳答案
我的代码中有一个函数:
networkStop = (action: string = null) => {
this.action[action] = false;
this.net = false;
this.netd = false;
}
我得到了一个 TsLint 错误:
Message 4 TsLint: expected callSignature to have a typedef.
有人能解释一下这是什么意思吗?