UNPKG
rust-wasm-react-calculator
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
This package is the result of compiling Rust in WASM with wasm-pack
rust-wasm-react-calculator
/
rust_wasm_react_calculator.d.ts
8 lines
(7 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/* tslint:disable */
/* eslint-disable */
/** *
@param
{string} expression *
@returns
{string} */
export
function
calculate
(
expression:
string
):
string
;