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

Object Is Possibly Undefined

An operation is being performed on a value that may be `undefined`. Use an `undefined` check, optional chaining (`?.`), or a non-null assertion (`!`) to handle this case.

References

In this namespace

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