accepts
accepts copied to clipboard
Update JSDoc
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|Arrayto...string|string[]. - Return from
String|Arraytostring|string[]|false.