Files

4 lines
98 B
TypeScript

declare function math(formula: string, additionalSymbols?: Object): string;
export default math;