Skip to content

Commit

Permalink
convert to typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Apr 5, 2024
1 parent b366a8d commit f2dc08e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions version.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export declare const version = "1.0.0-beta";
export default version;
2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated by genversion.
export const version = '1.0.0-beta';
export default version;
3 changes: 3 additions & 0 deletions version.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export const version = '1.0.0-beta'

export default version

0 comments on commit f2dc08e

Please sign in to comment.