Export more TS types
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 12.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
## Motivation
Some types that are used are not exported. In this example we can use Offset and RGBAImage.
If we want use the same speification we now need to create our own type. The issue here is that if you change this in the future we will get a false positive that our typing is correct.
## Design Alternatives
Be more generous with exporting types.
## Design
NA
### Mock-Up
NA
### Concepts
NA
### Implementation
TS only since we just want to use your specifications
Contributor guide
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
No files or tests are named. Search the TypeScript public type declarations and existing exports for Offset and RGBAImage, then inspect how the package exposes its type surface. Done means the intended types are publicly consumable and remain aligned with the library specifications.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, developer-experience
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100