TypeScript support (ready .d.ts file inside this issue!)
Open
Beginner friendly
- Dominant language
- JavaScript
- Stars
- 192
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Please add typescript support
```typescript
declare module 'brightness' {
export function set(brightness: number): Promise
export function get(): Promise
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Use the TypeScript declaration included in the issue as the specification for the package's public API. Add the declaration file and verify that set accepts a number and returns Promise, while get returns Promise.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs, typescript
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 65/100