sindresorhus/notifier-for-github

[FR] add jsdoc types

Open

#305 opened on Feb 26, 2025

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (1,965 stars) (144 forks)user submission
enhancementhelp wanted

Description

adding typescript types via jsdoc has some benefits:

  • no build changes needed
  • helps with trivial parameter errors and autocompletion
  • helps with new contributors

i'm willing to open a PR.

Contributor guide