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

Variable Used Before Assignment

A variable is referenced before it is assigned a value in the current code path. Initialise the variable before use, or use definite assignment assertion (`!`) if you are certain it is set.

References

In this namespace

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