R
Reactiflux

Hailwood – 22-36 Jul 4

Hailwood – 22-36 Jul 4

HHailwood7/4/2022
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';
import TheDefaultExport, {AnotherThing} from 'some-package';
and
import {default as TheDefaultExport, AnotherThing} from 'some-package';
import {default as TheDefaultExport, AnotherThing} from 'some-package';
UUUnknown User7/5/2022
3 Messages Not Public
Sign In & Join Server To View

Looking for more? Join the community!

R
Reactiflux

Hailwood – 22-36 Jul 4

Join Server