コードに関数があります:
networkStop = (action: string = null) => {
this.action[action] = false;
this.net = false;
this.netd = false;
}
次のような TsLint エラーが表示されます。
Message 4 TsLint: expected callSignature to have a typedef.
誰かがこれが何を意味するのか説明できますか?