Skip to content

Commit

Permalink
fix(manager): add ids & id to types (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeMorier committed Mar 6, 2023
1 parent d946591 commit 6b7b6dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ export class JoystickManager {
): void;
get(identifier: number): Joystick;
destroy(): void;
ids: number[];
id: number;
}

export interface Collection {
Expand Down

0 comments on commit 6b7b6dc

Please sign in to comment.