/** i am foo */ export default function() { /** i am foo's son */ this.bar = () => {}; }