import { foo } from './foo'; import { bar } from './bar'; /*columns*/console.log( `the answer is ${foo() + bar()}` );