Skip to content

Commit

Permalink
Update state variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolson authored and rzr committed Feb 13, 2024
1 parent ce41738 commit 5b9f2ff
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 @@ -48,7 +48,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: string;

export var _bindings: any;

Expand Down

0 comments on commit 5b9f2ff

Please sign in to comment.