UNPKG

98 BTypeScriptView Raw
1declare function math(formula: string, additionalSymbols?: Object): string;
2
3export default math;