Skip to content

Commit

Permalink
chore(types): collect all PossibleButtonValues
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Dec 20, 2022
1 parent 51976f0 commit 6164f7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/types/buttons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ export type Corrections = "CE"|"C"|""
export type Operations = "+"|"-"|"×"|"÷"
export type Evaluations = "="|"√"|"x²"|"1/x"|"%"
export type MemoryOperations = "MC"|"MR"|"M+"|"M-"|"MS"|"M"
export type PossibleButtonValues =
| number
| Operations
| Corrections
| Evaluations
| MemoryOperations

0 comments on commit 6164f7c

Please sign in to comment.