TypeScript errors in Plain English

TypeScript Error Translator

Error #1

Expected 1 arguments, but got 0.

Translation

The function you're trying to call needs 1 arguments, but you're passing 0.

Explanation

TODO