Missing TypeScript type definitions
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 109
- Forks
- 20
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
Hi
First of all, thanks for maintaining this project.
I noticed that the package currently does not provide TypeScript type definitions. Because of this, editors such as VS Code cannot provide proper IntelliSense, autocomplete, or type checking when using the library in TypeScript projects.
Even though the project itself is written in JavaScript, adding .d.ts declaration files would greatly improve the developer experience for TypeScript users.
I'd be happy to work on a PR for this if you're open to it.
Thanks!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the package's public JavaScript API and package metadata to understand what TypeScript consumers can import. Add declaration files covering the exposed library API, then verify that TypeScript projects receive IntelliSense, autocomplete, and type checking.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 64/100