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

Import Cannot Be Named

A namespace import (`import * as foo`) cannot be used with `export =` style modules. Use a default import or a CommonJS-style `require` instead.

References

In this namespace

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