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

Individual Declarations Must Be All Ambient

When merging declarations of the same name, all declarations must consistently be ambient (i.e. use `declare`) or all must be non-ambient. You cannot mix the two.

In this namespace

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