Skip to content

Commit

Permalink
fix: state variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolson committed May 27, 2024
1 parent f2f745e commit d87db37
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 d87db37

Please sign in to comment.