Skip to content

Conversation

@RatchetS2
Copy link

Update JSDoc to properly define the parameters and return types of functions:

  • Primitive types should always be in lowercase (string, boolean).
  • JSDoc should be placed immediately before the code being documented.
  • Param from String|Array to ...string|string[].
  • Return from String|Array to string|string[]|false.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant