I\'d like to the following but with a single line, if possible:
import Module from \'./Module/Module;\'
export Module;
Please note you can also re-export everything from a module:
export * from './Module/Module';