We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSdoc should include result examples for each example. This would make finding correct method easier.
It could be fancy to fill examples automatically on some npm hook. If we agree to solution I may implement it.
/** * Generate a random credit card brand. * * @category Finance * * @example * * randCreditCardBrand() * * "Visa" * "Visa Electron" * "UATP" */
No response
Yes
The text was updated successfully, but these errors were encountered:
You're welcome to submit a PR. You can start with POC that shows one example.
Sorry, something went wrong.
No branches or pull requests
Description
JSdoc should include result examples for each example.
This would make finding correct method easier.
It could be fancy to fill examples automatically on some npm hook.
If we agree to solution I may implement it.
Proposed solution
Alternatives considered
No response
Do you want to create a pull request?
Yes
The text was updated successfully, but these errors were encountered: