errors.fyi community error code reference
TS2440
typescript

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

← all namespaces