We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b812a2a commit c2a649dCopy full SHA for c2a649d
README.md
@@ -28,6 +28,7 @@ const n;
28
function defaultFunction() {}
29
30
exports.m = m;
31
+exports.n = n;
32
exports.default = defaultFunction;
33
```
34
0 commit comments