Description It’s possible to re-export an imported module with a name change directly. Syntax export * as someUtils from 'utils';