#JavaScript question. With pure and vanilla ES2015, when writing a lib, does it still make sense to export just 1 name? that is, the whole lib looks like mylib = {/* [ lots functions here ] */}. Am guessing, with import/export, we no longer need single object structure?