Files
flights_web_raw/node_modules/polished/lib/math/math.d.ts
T

4 lines
98 B
TypeScript

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