$ errors.fyi/typescript/TS7006 74 namespaces · 3,092 codes
typescript · typescript/TS7006
TS7006

Parameter Implicitly Has any Type

A function parameter has no type annotation and its type cannot be inferred, so it implicitly becomes `any`. Add a type annotation or enable `noImplicitAny` to enforce explicit typing.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT