Skip to content

Commit

Permalink
Update src/modules/helpers/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: ST-DDT <ST-DDT@gmx.de>
  • Loading branch information
ocodista and ST-DDT authored Mar 14, 2023
1 parent 4373cd1 commit 6b5f110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -627,9 +627,9 @@ export class HelpersModule {
*
* This does the same as `objectValue` except that it ignores (the values assigned to) the numeric keys added for TypeScript enums.
*
* @template EnumType Type of generic enums, automatically inferred by TypeScript.
* @template EnumValueType Type of enumObject property, also automatically inferred by TypeScript.
* @param enumObject Enum to pick the value from.
* @param <EnumType> Type of generic enums, automatically inferred by TypeScript.
* @param <EnumValueType> Type of enumObject property, also automatically inferred by TypeScript.
*
* @example
* enum Color { Red, Green, Blue }
Expand Down

0 comments on commit 6b5f110

Please sign in to comment.