Synonyms
yield
Syntax
@yields [{type}] [description]
Overview
The @yields
tag documents the value that is yielded by a generator function. This tag is available
in JSDoc 3.5.0 and later.
If you are documenting a regular function, use the @returns
tag instead of this
tag.