Skip to content

Commit 59ee329

Browse files
authored
add version export to types.d.ts (#198)
Signed-off-by: karthik2804 <karthik.ganeshram@fermyon.com>
1 parent c7ba3d7 commit 59ee329

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

types.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,8 @@ interface ComponentizeOutput {
8989
*/
9090
imports: [[string, string]][]
9191
}
92+
93+
/**
94+
* ComponentizeJS version string
95+
*/
96+
export const version: string

0 commit comments

Comments
 (0)