You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The comments in the utils.ts file should be adapted into JSDoc format. This way, its description can be seen when it is used anywhere and this functionality is compatible with many IDEs.
E.g.,
Instead of:
// Here is a description// Two lines have been added
Do:
/** Here is a description* Two lines have been added */
The text was updated successfully, but these errors were encountered:
The comments in the
utils.ts
file should be adapted into JSDoc format. This way, its description can be seen when it is used anywhere and this functionality is compatible with many IDEs.E.g.,
Instead of:
Do:
The text was updated successfully, but these errors were encountered: