math.d.ts 98 B

123
  1. declare function math(formula: string, additionalSymbols?: Object): string;
  2. export default math;