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 committed Feb 19, 2025
1 parent 69a02ee commit 2082dc0
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 2082dc0

Please sign in to comment.