This commit is contained in:
Rizky 2024-08-14 22:42:56 +07:00
parent 6d369cd0a2
commit f839e15379
1 changed files with 5 additions and 5 deletions

View File

@ -79,11 +79,11 @@ export const parseTypeDef = async (path: string) => {
}); });
} }
} else { } else {
console.log( // console.log(
"export-declaration", // "export-declaration",
Object.keys(body), // Object.keys(body),
body.declaration.type // body.declaration.type
); // );
} }
} else if (body.type === "ExportNamedDeclaration") { } else if (body.type === "ExportNamedDeclaration") {
let exported = false; let exported = false;