# bigjs-neg

> Add negated method to big.js

Latest version **1.0.0** (published 2015-07-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install bigjs-neg
pnpm add bigjs-neg
yarn add bigjs-neg
bun add bigjs-neg
```

## 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.0 |
| Published | 2015-07-07 |
| First published | 2015-07-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Tomás Fox |
| Maintainers | tfoxy |
| Keywords | bigjs, big.js, big, js, neg, negated, negative |

## Links

- npm: https://www.npmjs.com/package/bigjs-neg
- Repository: https://github.com/tfoxy/bigjs-neg
- Issues: https://github.com/tfoxy/bigjs-neg/issues
- npm.io page: https://npm.io/package/bigjs-neg

## 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.0.0 (latest) — 2015-07-07

## README

bigjs-neg
==========

Add negated method to big.js

## Load

It can be loaded via a script tag in an HTML document for the browser

    <script src='./relative/path/to/bigjs-neg.js'></script>

or as a CommonJS, [Node.js](http://nodejs.org) or AMD module using `require`.

    var bigjsNeg = require('bigjs-neg');

For Node.js, the library is available from the npm registry:

    $ npm install bigjs-neg

## Use

    var Big = require('big.js');
    bigjsNeg(Big);
    
    new Big(3).neg() => -3

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