Skip to content
New issue

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

Add syntax for a range of numbers #2069

Open
jfbrennan opened this issue Aug 16, 2023 · 0 comments
Open

Add syntax for a range of numbers #2069

jfbrennan opened this issue Aug 16, 2023 · 0 comments

Comments

@jfbrennan
Copy link

Would love JSDoc support for defining a valid range of numbers. Like this (syntax is made up):

/**
 * Get the number of days in a month.
 * @param {1..12} month 
 * @return {number}
 */
export function getDaysInMonth(month) {
  ...
}

I know I can do 1|2|3|4|5|6|7|8|9|10|11|12 but defining a range would be so much better for these use cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant