What is the "single/default" export style? If I understand this claim, itsays that a module will typically contain a single export statement, eithernamed 'default' or not. Is there any evidence to support this? EverythingI've seen contradicts this claim, assuming I understand it.