Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

hhlhaha

huanghailong15ISC1.0.0

深圳黑马前端10期超级酷炫无敌吊炸天的计算器

计算器, 深圳黑马前端10期, 吊炸天, 咸鱼

readme

功能介绍

这是一个非常牛逼哄哄的计算器
this is a niubi honghong calc

Usage

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

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

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