Closed snnsnn closed 4 years ago
Hi, thank you for the great work. I was wondering if there is a way to expose named exports?
Named exports are supported natively. Just import and destructure as normal. For asynchronous imports inspect the module that is returned and you'll see your named exports instead of or in addition to default.
import
Hi, thank you for the great work. I was wondering if there is a way to expose named exports?