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

Declared But Never Read

A variable, parameter, or import is declared but never used. Remove the declaration or prefix the name with `_` to signal intentional non-use. Controlled by the `noUnusedLocals` and `noUnusedParameters` options.

References

In this namespace

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