Skip to content

Commit f530922

Browse files
committed
fix export error
1 parent a8426b6 commit f530922

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

codegen-utils.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,5 @@ function toCamelCase(name) {
8787
return index === 0 ? match.toLowerCase() : match.toUpperCase();
8888
});
8989
}
90-
export { toCamelCase };
90+
91+
exports.toCamelCase = toCamelCase;

0 commit comments

Comments
 (0)