# rabbyhossain

> Removes all spaces from a string

Latest version **2.0.2** (published 2020-12-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install rabbyhossain
pnpm add rabbyhossain
yarn add rabbyhossain
bun add rabbyhossain
```

## 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.2 |
| Published | 2020-12-03 |
| First published | 2020-12-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | rabbyhossain |
| Keywords | npm, package, rabby |

## Links

- npm: https://www.npmjs.com/package/rabbyhossain
- Repository: https://github.com/rabbygit/first_npm_package-
- Homepage: https://github.com/rabbygit/first_npm_package-#readme
- Issues: https://github.com/rabbygit/first_npm_package-/issues
- npm.io page: https://npm.io/package/rabbyhossain

## Recent versions

- 2.0.2 (latest) — 2020-12-03
- 2.0.1 — 2020-12-03
- 2.0.0 — 2020-12-03
- 1.0.1 — 2020-12-03
- 1.0.0 — 2020-12-03

## README

# @rabbyhossain

[![npm (scoped)](https://img.shields.io/github/issues/rabbygit/first_npm_package-)](https://www.npmjs.com/package/rabbyhossain)
[![npm bundle size (minified)](https://img.shields.io/github/stars/rabbygit/first_npm_package-)](https://www.npmjs.com/package/rabbyhossain)
[![npm bundle size (minified)](https://img.shields.io/github/forks/rabbygit/first_npm_package-)](https://www.npmjs.com/package/rabbyhossain)

Removes all spaces from a string.

## Install

```
$ npm install rabbyhossain
```

## Usage

```js
const removeSpace = require("rabbyhossain");

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

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

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