We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Minimal example:
function foo(): void {} const arr = [foo]; arr[0]();
Error:
ERROR TS2757: Type '() => void' has no call signatures.