HailwoodH
Reactiflux4y ago
2 replies
Hailwood

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?
import TheDefaultExport, {AnotherThing} from 'some-package';

and
import {default as TheDefaultExport, AnotherThing} from 'some-package';
Was this page helpful?