1.0.0 • Published 7 years ago

hoopercalc v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

功能介绍

这不是一个计算器
东莞学霸告诉你一个硬道理:达则兼济天下,穷则独善起身.
If you are rich,you can fuck the world,otherwise you can fuck yourself.

Usage

    //导入计算器模块
    const calc = require('szhmqd10calc')

    //加法计算
    console.log(calc.add(1,1)) //==>2

    //减法计算
    console.log(calc.subtraction(1,1)) //==>0