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 (144 forks)user submission
enhancementhelp wanted

Repository metrics

Stars
 (1,965 stars)
PR merge metrics
 (No merged PRs in 30d)

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