Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docs): fix docs generation for method return values (#3064)
The `@returns` tags were ignored in JSDocs. When `@return` was used, the tag object wasn't properly converted to a string resulting in the output `[object Object]`. Allow both `@returns` and `@return` to be used, and properly stringify their contents.
- Loading branch information