Skip to content

Commit fddad1c

Browse files
committed
Update index.ts
1 parent 65a7ca9 commit fddad1c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

basic-calculator/index.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,4 @@ interface BinaryExpression {
269269
| "|>";
270270
left: Expression;
271271
right: Expression;
272-
}
273-
export const OperatorPriority: Record<string, number> = {
274-
"+": 12,
275-
"-": 12,
276-
"*": 13,
277-
"/": 13,
278-
};
272+
}

0 commit comments

Comments
 (0)