Skip to content

Commit

Permalink
js: Add component type summary template
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-mman authored and svix-jplatte committed Feb 24, 2025
1 parent 27a7a7a commit a20ab55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/svix-lib-javascript/component_type_summary.ts.jinja
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// this file is @generated
{% for type in types -%}
export { {{ type | to_upper_camel_case }} } from "./{{ type | to_lower_camel_case }}";
{% endfor %}

0 comments on commit a20ab55

Please sign in to comment.