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 eca6544 commit 8010713Copy full SHA for 8010713
index.js
@@ -6,7 +6,7 @@ function isModuleExports(node) {
6
}
7
8
function isDefaultExport(node) {
9
- return node?.type === "ExportDefaultDeclaration"
+ return node?.type === "ExportDefaultDeclaration";
10
11
12
function isObjectWithProperties(node) {
0 commit comments