accepts icon indicating copy to clipboard operation
accepts copied to clipboard

Update JSDoc

Open RatchetS2 opened this issue 4 months ago • 0 comments

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.

RatchetS2 avatar Sep 18 '25 12:09 RatchetS2