🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

alvincalc

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alvincalc

npm i alvincalc -S ## Usage ``` const calc = require('alvincalc')

latest
npmnpm
Version
1.0.2
Version published
Weekly downloads
14
40%
Maintainers
1
Weekly downloads
 
Created
Source

计算器

安装方法

npm i alvincalc -S

Usage

    const calc = require('alvincalc')

    // 使用加法
    const result1 = calc.add(1,2)
    console.log(result1)

    // 使用减法
    const result2 = calc.minus(1,2)
    console.log(result2)

Keywords

alvin加减乘除

FAQs

Package last updated on 04 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts