Namespace Import
↔ import
Object under single name to contain all named exports as properties
import * as myNamespace from "./some-module"
Namespace Import
↔ import
Object under single name to contain all named exports as propertiesimport * as myNamespace from "./some-module"