E0316: function overload signature must be named (function name)
In TypeScript, functions can have overload signatures. Each signature should have the same name as the function. It is an error to write a different name in an overload:
To fix this error, write the function name correctly in each overload:
Introduced in quick-lint-js version 2.10.0.