From a295eae16f54b1cb80a055052c4be6d07a8802eb Mon Sep 17 00:00:00 2001 From: Philipp Michelfeit <41289899+philipp-michelfeit@users.noreply.github.com> Date: Wed, 14 Jun 2023 12:03:54 +0200 Subject: [PATCH] Update index.ts --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index e166bbd..3bc4241 100644 --- a/src/index.ts +++ b/src/index.ts @@ -3,7 +3,7 @@ import { tokenTypes, Token, createTokens } from './token' import { toPostfix } from './postfix' import { postfixEval, Constants } from './postfix_evaluator' import { createMathFunctions } from './functions' -;('use strict') +'use strict' // var Mexp = function (parsed) { // this.value = parsed // }