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