Skip to content

Commit

Permalink
feat(supportFileType): add support file type enum
Browse files Browse the repository at this point in the history
  • Loading branch information
kubosho committed Aug 1, 2021
1 parent a8500ba commit 32ee818
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/supportFileType.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export enum SupportFileType {
Html = 'html',
Jsx = 'jsx',
}

0 comments on commit 32ee818

Please sign in to comment.