# 02wapcalc

> 一款让你欲罢怒能的计算器神器

Latest version **1.0.1** (published 2017-10-09) · ISC license · 0 weekly downloads

## Install

```sh
npm install 02wapcalc
pnpm add 02wapcalc
yarn add 02wapcalc
bun add 02wapcalc
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2017-10-09 |
| First published | 2017-10-09 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | lizzy |
| Maintainers | zrlizzy |
| Keywords | very good, great |

## Links

- npm: https://www.npmjs.com/package/02wapcalc
- npm.io page: https://npm.io/package/02wapcalc

## Recent versions

- 1.0.1 (latest) — 2017-10-09

## README

## 功能介绍 
    这是一个非常牛逼哄哄的计算器，让你欲罢不能
    this is a niubi honghong calc

## Usage
```javascript
    //导入计算器模块
    const calc = require('02wapcalc')

    //加法计算
    console.log(calc.add(1,1)) //==>2

    //减法计算
    console.log(calc.jian(1,1)) //==>0
```

---
_Source: https://npm.io/package/02wapcalc · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
