Skip to content

Commit

Permalink
refactor(enums): Kind.MODULE_DECLARATION -> Kind.MODULE
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Nov 18, 2022
1 parent 7fce9f0 commit 49ddaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enums/kind.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ enum Kind {
LET = 'let',
METHOD_DECLARATION = 'method-declaration',
METHOD_SIGNATURE = 'method-signature',
MODULE_DECLARATION = 'module-declaration',
MODULE = 'module',
NAMESPACE = 'namespace',
PROPERTY_DECLARATION = 'property-declaration',
PROPERTY_SIGNATURE = 'property-signature',
Expand Down

0 comments on commit 49ddaa3

Please sign in to comment.