FLUJOS/VISUALIZACION/node_modules/polished/lib/math/math.d.ts
2025-11-07 00:06:12 +01:00

3 lines
98 B
TypeScript
Executable file

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