# @ansal_ali/tiny

> Removes all spaces from a string

Latest version **2.0.4** (published 2019-04-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install @ansal_ali/tiny
pnpm add @ansal_ali/tiny
yarn add @ansal_ali/tiny
bun add @ansal_ali/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 | 2.0.4 |
| Published | 2019-04-03 |
| First published | 2019-03-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | ansal_ali |
| Keywords | tiny, npm, package, remove space, string cleanup |

## Links

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

## Alternatives

- [@mce/gif](https://npm.io/package/@mce/gif.md) — 2.6K weekly downloads
- [cleanse](https://npm.io/package/cleanse.md) — 173 weekly downloads
- [str](https://npm.io/package/str.md) — 127 weekly downloads
- [naming](https://npm.io/package/naming.md) — 95 weekly downloads
- [tap-telco-api](https://npm.io/package/tap-telco-api.md) — 19 weekly downloads

## Recent versions

- 2.0.4 (latest) — 2019-04-03
- 2.0.3 — 2019-03-21
- 2.0.2 — 2019-03-21
- 2.0.1 — 2019-03-20
- 2.0.0 — 2019-03-20
- 1.0.0 — 2019-03-20

## README

# tiny

tiny!!

![npm](https://img.shields.io/npm/v/@ansal_ali/tiny.svg) ![npm bundle size](https://img.shields.io/bundlephobia/min/@ansal_ali/tiny.svg) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/ansalibrahim/tiny.svg) ![NPM](https://img.shields.io/npm/l/@ansal_ali/tiny.svg)

It's the tiniest !!!

## Getting started

`$ npm install @ansal_ali/tiny --save`

A tiny function that removes all spaces from a string.

## Usage

```js
const tiny = require("@ansal_ali/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/@ansal_ali/tiny · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
