Hailwood – 22-36 Jul 4
Can anyone tell me, what's the difference between these two, or even what they're called so I can look them up?
and
and
import TheDefaultExport, {AnotherThing} from 'some-package';import TheDefaultExport, {AnotherThing} from 'some-package';import {default as TheDefaultExport, AnotherThing} from 'some-package';import {default as TheDefaultExport, AnotherThing} from 'some-package';