# @thomas_p/test_package_example

> Removes all spaces from a string

Latest version **5.0.0** (published 2019-09-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install @thomas_p/test_package_example
pnpm add @thomas_p/test_package_example
yarn add @thomas_p/test_package_example
bun add @thomas_p/test_package_example
```

## 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 | 5.0.0 |
| Published | 2019-09-11 |
| First published | 2019-09-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 6.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | thomas_p |
| Keywords | test, npm, package |

## Links

- npm: https://www.npmjs.com/package/@thomas_p/test_package_example
- Repository: https://github.com/Thomaspantioras/test-npm-package-example
- Homepage: https://github.com/Thomaspantioras/test-npm-package-example#readme
- Issues: https://github.com/Thomaspantioras/test-npm-package-example/issues
- npm.io page: https://npm.io/package/@thomas_p/test_package_example

## Alternatives

- [duck](https://npm.io/package/duck.md) — 4.2M weekly downloads
- [ava](https://npm.io/package/ava.md) — 560.2K weekly downloads
- [storybook-addon-module-mock](https://npm.io/package/storybook-addon-module-mock.md) — 71.7K weekly downloads
- [vest](https://npm.io/package/vest.md) — 50.1K weekly downloads
- [@ethereum-waffle/mock-contract](https://npm.io/package/@ethereum-waffle/mock-contract.md) — 40.0K weekly downloads

## Recent versions

- 5.0.0 (latest) — 2019-09-11
- 4.0.0 — 2019-09-11
- 3.0.0 — 2019-09-11
- 2.0.0 — 2019-09-11
- 1.0.0 — 2019-09-11

## README

# @thomas_p/test-npm-package-example

![npm (scoped)](https://img.shields.io/npm/v/@thomas_p/test_package_example)

tutorial from https://www.freecodecamp.org/news/how-to-make-a-beautiful-tiny-npm-package-and-publish-it-2881d4307f78/

Removes all spaces from a string.

# Install
$ npm install @thomas_p/test_package_example

# Usage
const removeAllSpaces = require("@thomas_p/test_package_example");

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

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

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