simplecalcyyx

1.0.1 • Public • Published

功能介绍

this is a  calc

Usage

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

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

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

Readme

Keywords

Package Sidebar

Install

npm i simplecalcyyx

Weekly Downloads

0

Version

1.0.1

License

ISC

Last publish

Collaborators

  • yuyongxin