# util-string-wrap

> string prefix, suffix, wrap, related functions

Latest version **0.1.6** (published 2020-04-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install util-string-wrap
pnpm add util-string-wrap
yarn add util-string-wrap
bun add util-string-wrap
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.6 |
| Published | 2020-04-05 |
| First published | 2018-05-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 6.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Vladimir Schneider |
| Maintainers | vsch |
| Keywords | string wrap/unwrap |

## Links

- npm: https://www.npmjs.com/package/util-string-wrap
- Repository: https://github.com/vsch/util-string-wrap
- Issues: https://github.com/vsch/util-string-wrap/issues
- npm.io page: https://npm.io/package/util-string-wrap

## Dependencies (2)

- [lodash.isstring](https://npm.io/package/lodash.isstring.md) ^4.0.1
- [lodash.isfunction](https://npm.io/package/lodash.isfunction.md) ^3.0.9

## 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

- 0.1.6 (latest) — 2020-04-05
- 0.1.4 — 2019-07-11
- 0.1.2 — 2019-03-05
- 0.1.0 — 2018-05-09

## README

# util-string-wrap

[![experimental](https://badges.github.io/stability-badges/dist/experimental.svg)](https://github.com/badges/stability-badges)

Small utility library implementing string prefixWith, suffixWith, wrapWith variations for
testing, adding once, adding, removing of the corresponding construct.

defines:

* `` -

## Install

Use [npm](https://npmjs.com/) to install.

```sh
npm install util-string-wrap --save
```

## Usage

[![NPM](https://nodei.co/npm/util-string-wrap.png)](https://www.npmjs.com/package/util-string-wrap)

## License

MIT, see [LICENSE.md](https://github.com/vsch/util-string-wrap/blob/master/LICENSE.md) for details.

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