import asdf, {myFunc2 as wee, Foo} from './mylib.js' var a = new Foo(); a.bar(); asdf(); wee(); console.log('awesome');