UNPKG

rust-wasm-react-calculator

Version:

This package is the result of compiling Rust in WASM with wasm-pack

8 lines (7 loc) 155 B
/* tslint:disable */ /* eslint-disable */ /** * @param {string} expression * @returns {string} */ export function calculate(expression: string): string;