1 2 3 4
const value = (() => "./logger.ts")(); const { Logger } = await import(value); export { Logger };