## 安装步骤

npm i tcalc65 --save

## 使用

- const calc = require('tcalc65');
  - calc.add(1,2);
  - calc.mul(2,2);
