Skip to content

Make opts argument optional in jsdoc

Latest
Compare
Choose a tag to compare
@mvhenten mvhenten released this 01 Feb 22:06
· 2 commits to master since this release
844ac41

Merges #9

The JSDoc comment did not mark the opts argument as optional, thereby failing in any project that uses TypeScript to check JS-files (where the JS is typechecked by using hints from JSDoc comments) and does not provide the last argument.