What does `export default` allow you to do differently than named exports?
-
A
Export multiple values under one name
-
B
Export a single value without specifying a name on import
-
C
Prevent re-exporting from other modules
-
D
Export only functions, not variables