brightness icon indicating copy to clipboard operation
brightness copied to clipboard

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

Open VityaSchel opened this issue 1 year ago • 0 comments

Please add typescript support

declare module 'brightness' {
  export function set(brightness: number): Promise<void>
  export function get(): Promise<number>
}

VityaSchel avatar Jan 05 '24 23:01 VityaSchel