Skip to content

Commit

Permalink
Merge pull request #1 from dnicolson/patch-1
Browse files Browse the repository at this point in the history
Update state variable name
  • Loading branch information
stoprocent authored May 28, 2024
2 parents f2f745e + d87db37 commit 9c11643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export declare function removeListener(event: string, listener: Function): event

export declare function removeAllListeners(event?: string): events.EventEmitter;

export declare var state: string;
export var _state: "unknown" | "resetting" | "unsupported" | "unauthorized" | "poweredOff" | "poweredOn";

export var _bindings: any;

Expand Down

0 comments on commit 9c11643

Please sign in to comment.