# xtring

> String prototype enhancements.

Latest version **1.2.2** (published 2023-07-22) · ISC license · 0 weekly downloads

## Install

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

## Health

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

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.2 |
| Published | 2023-07-22 |
| First published | 2020-06-30 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 13.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Maximilian Mairinger |
| Maintainers | zzrv |
| Keywords | string, prototype, enhancement, util |

## Links

- npm: https://www.npmjs.com/package/xtring
- Repository: https://github.com/maximilianMairinger/xtring
- Homepage: https://github.com/maximilianMairinger/xtring#readme
- Issues: https://github.com/maximilianMairinger/xtring/issues
- npm.io page: https://npm.io/package/xtring

## Dependencies (1)

- [attatch-to-prototype](https://npm.io/package/attatch-to-prototype.md) ^1.3.1

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 1.2.2 (latest) — 2023-07-22
- 1.2.1 — 2022-03-24
- 1.2.0 — 2020-08-03
- 1.1.0 — 2020-07-12
- 1.0.0 — 2020-06-30
- 0.0.1 — 2020-06-30

## README

# Xtring

String prototype enhancements.

> Please not that Xtring is currently under development and not yet suited for production

## Usage



```js
import xtring from "xtring"

xtring()
```

## Installation

```shell
 $ npm i xtring
```

## Contribute

All feedback is appreciated. Create a pull request or write an issue.

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