# multiply-by-zero

> Multiplies a number by zero. Useful for when you need to multiply a number by zero.

Latest version **1.0.2** (published 2022-07-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install multiply-by-zero
pnpm add multiply-by-zero
yarn add multiply-by-zero
bun add multiply-by-zero
```

## 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.2 |
| Published | 2022-07-03 |
| First published | 2022-07-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.1.14 |
| Dependencies | 0 |
| Unpacked size | 4.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Dheirya Tyagi |
| Maintainers | dheiryat |
| Keywords | zero, zeros, multiply, multiplication, times, product, multiplies, math, calculate, calculation, calculator, calculate-values, estimate, computation, add, addition, number, numbers, integer, integers, decimal, decimals, int, integer-numbers, numeric, is-numeric, is, isnan, is-nan, is-num, is-number, isnumber, string, strings, array, arrays, count, counting |

## Links

- npm: https://www.npmjs.com/package/multiply-by-zero
- Repository: https://github.com/dheirya/multiply-by-zero
- Issues: https://github.com/dheirya/multiply-by-zero/issues
- npm.io page: https://npm.io/package/multiply-by-zero

## Alternatives

- [random-seedable](https://npm.io/package/random-seedable.md) — 27.9K weekly downloads
- [n2words](https://npm.io/package/n2words.md) — 22.2K weekly downloads
- [@stdlib/math-base-special-factorialln](https://npm.io/package/@stdlib/math-base-special-factorialln.md) — 5.7K weekly downloads
- [@stdlib/math-base-special-abs2](https://npm.io/package/@stdlib/math-base-special-abs2.md) — 1.7K weekly downloads
- [commons-math-interpolation](https://npm.io/package/commons-math-interpolation.md) — 1.4K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2022-07-03
- 1.0.1 — 2022-07-03

## README

# multiply-by-zero ![npm](https://img.shields.io/npm/v/multiply-by-zero) ![npm bundle size](https://img.shields.io/bundlephobia/min/multiply-by-zero?style=flat-square) ![GitHub repo file count](https://img.shields.io/github/directory-file-count/Dheirya/multiply-by-zero) ![GitHub](https://img.shields.io/github/license/Dheirya/multiply-by-zero?style=flat-square) [![Twitter](https://img.shields.io/twitter/url?style=flat-square&url=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Fmultiply-by-zero)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Fmultiply-by-zero)

> Multiplies a number by zero. Useful for when you need to multiply a number by zero

Please consider checking out the links of this project's author, [Dheirya Tyagi](https://github.com/dheirya), and consider starring the project to show your :heart: and support.

## Install

Install with [npm](https://www.npmjs.com/multiply-by-zero/):

```sh
$ npm install --save multiply-by-zero
```

## Usage

Works with strings, whole numbers, negative numbers, decimals, and fractions.

```js
const multiplyByZero = require('multiply-by-zero');

console.log(multiplyByZero('1')); //=> 0
console.log(multiplyByZero('-4')); //=> 0

console.log(multiplyByZero(0.6)); //=> 0
console.log(multiplyByZero(1/3)); //=> 0

console.log(multiplyByZero('Number')); //=> Can't multiply a string by Zero
```

## About

### Author

**Dheirya Tyagi**

* [All My Links](https://linkpop.com/dheirya)
* [About Me](https://linkpop.com/dheirya)
* [GitHub Profile](https://github.com/dheirya)
* [Twitter Profile](https://twitter.com/DheiryaTyagi)
* [Social Rumbles Profile](https://socialrumbles.com/@Dheirya_Tyagi_CEO)

### Upcoming
* Testing
* Python Package on [PyPI](http://pypi.org)

### License

Copyright © 2022, [Dheirya Tyagi](https://github.com/dheirya).
Released under the [MIT License](LICENSE).

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