# @ceezv6/tiny

> Removes all spaces from a string

Latest version **3.1.0** (published 2018-12-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install @ceezv6/tiny
pnpm add @ceezv6/tiny
yarn add @ceezv6/tiny
bun add @ceezv6/tiny
```

## 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 | 3.1.0 |
| Published | 2018-12-28 |
| First published | 2018-12-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | ceezv6 |
| Keywords | tiny, npm, package, ceasarv, test0 |

## Links

- npm: https://www.npmjs.com/package/@ceezv6/tiny
- Repository: https://github.com/ceasarv/tiny
- Homepage: https://github.com/ceasarv/tiny#readme
- Issues: https://github.com/ceasarv/tiny/issues
- npm.io page: https://npm.io/package/@ceezv6/tiny

## Alternatives

- [postcss-color-hex-alpha](https://npm.io/package/postcss-color-hex-alpha.md) — 6.4M weekly downloads
- [randomcolor](https://npm.io/package/randomcolor.md) — 348.0K weekly downloads
- [bows](https://npm.io/package/bows.md) — 1.3K weekly downloads
- [ep_prefer_color_scheme](https://npm.io/package/ep_prefer_color_scheme.md) — 260 weekly downloads
- [coc-yank](https://npm.io/package/coc-yank.md) — 61 weekly downloads

## Recent versions

- 3.1.0 (latest) — 2018-12-28
- 3.0.0 — 2018-12-28
- 2.0.0 — 2018-12-28
- 1.0.0 — 2018-12-28

## README

# @ceezv6/tiny

[![npm (scoped)](https://img.shields.io/npm/v/@ceezv6/tiny.svg)](https://www.npmjs.com/package/@ceezv6/tiny)
[![npm bundle size (minified)](https://img.shields.io/bundlephobia/min/@ceezv6/tiny.svg)](https://www.npmjs.com/package/@ceezv6/tiny)

Removes all spaces from a string.

## Install

```
$ npm install @ceezv6/tiny
```

## Usage

```js
const tiny = require("@ceezv6/tiny");

tiny("So much space!");
//=> "Somuchspace!"

tiny(1337);
//=> Uncaught TypeError: Tiny wants a string!
//    at tiny (<anonymous>:2:41)
//    at <anonymous>:1:1
```

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