kevva / kevva/brightness

TypeScript support (ready .d.ts file inside this issue!)

Open Beginner friendly
#20 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.