# 0s

> A tool to create an array filled with 0's

Latest version **1.0.0** (published 2015-09-23) · ISC license · 0 weekly downloads

## Install

```sh
npm install 0s
pnpm add 0s
yarn add 0s
bun add 0s
```

## 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-09-23 |
| First published | 2015-09-23 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Joey Sham |
| Maintainers | joeyism |
| Keywords | zeroes, 0, zero, zeros, array, dimension, size |

## Links

- npm: https://www.npmjs.com/package/0s
- Repository: https://github.com/joeyism/node-zeroes
- Homepage: https://github.com/joeyism/node-zeroes#readme
- Issues: https://github.com/joeyism/node-zeroes/issues
- npm.io page: https://npm.io/package/0s

## Alternatives

- [exif-parser](https://npm.io/package/exif-parser.md) — 3.8M weekly downloads
- [vite-plugin-compression](https://npm.io/package/vite-plugin-compression.md) — 569.5K weekly downloads
- [pica](https://npm.io/package/pica.md) — 442.4K weekly downloads
- [@reportportal/client-javascript](https://npm.io/package/@reportportal/client-javascript.md) — 408.8K weekly downloads
- [@tldraw/state](https://npm.io/package/@tldraw/state.md) — 316.0K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2015-09-23

## README

# 0s
A simple tool to create an array with only 0's

## Installation
To install, run

    $ npm install --save 0s

## Usage
To use, require it first by

    var zeroes = require("0s");

Then input the array length that you want

    zeroes() // []
    zeroes(0) // []
    zeroes(1) // [1]
    zeroes(5) // [1, 1, 1, 1, 1]

## Versions
**1.0.0**
First version

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