# supercalc

> 加减计算器

Latest version **1.1.0** (published 2017-04-07) · ISC license · 0 weekly downloads

## Install

```sh
npm install supercalc
pnpm add supercalc
yarn add supercalc
bun add supercalc
```

## 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.1.0 |
| Published | 2017-04-07 |
| First published | 2017-04-07 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | shuaiBingHan |
| Maintainers | shuaibinghan |
| Keywords | calc, super, 计算器, supercalc |

## Links

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

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.1.0 (latest) — 2017-04-07
- 1.0.0 — 2017-04-07

## README

## 介绍
   这是一个简单的计算器，用于教学测试

## Usage
```
  'use strict'

  const path = require('path')

  const calcObj = require('super calc')

  //使用
  console.log("加法计算的结果: ",calcObj.addFunc(1,2))

  console.log("减法计算的结果: ",calcObj.substrictFunc(1,2))

```

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