Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
torjusti committed Sep 10, 2023
1 parent 56ed004 commit 438b61b
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 @@ -9,4 +9,4 @@ declare module 'cube-solver' {
export const solve: (scramble: string, type: Solver) => string;
// Initialize given solver.
export const initialize: (solver: Solver) => void;
};
}

0 comments on commit 438b61b

Please sign in to comment.