Skip to content

Commit

Permalink
fix export error
Browse files Browse the repository at this point in the history
  • Loading branch information
niklauslee committed Aug 7, 2024
1 parent a8426b6 commit f530922
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion codegen-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,5 @@ function toCamelCase(name) {
return index === 0 ? match.toLowerCase() : match.toUpperCase();
});
}
export { toCamelCase };

exports.toCamelCase = toCamelCase;

0 comments on commit f530922

Please sign in to comment.