5 lines
69 B

import bar from './bar';
export function foo () {
return bar + 2;
}