UNPKG

@ajaykrp/math-ops

Version:

A versatile TypeScript library designed to handle a wide range of mathematical operations

6 lines (5 loc) 159 B
export declare class ExpressionEvaluator { private static precedence; private static applyOperator; static evaluate(expression: string): number; }