# cf-util-text

> Cloudflare Text Util

Latest version **2.2.0** (published 2017-03-20) · BSD-3-Clause license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install cf-util-text
pnpm add cf-util-text
yarn add cf-util-text
bun add cf-util-text
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 2.2.0 |
| Published | 2017-03-20 |
| First published | 2016-04-06 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | James Kyle |
| Maintainers | hturan, jculvey, jwineman, koddsson, marksteyn, miksu, nkcmr, terinjokes, thellimist, toekneestuck, wyuenho |

## Links

- npm: https://www.npmjs.com/package/cf-util-text
- npm.io page: https://npm.io/package/cf-util-text

## Recent versions

- 2.2.0 (latest) — 2017-03-20
- 2.0.1 — 2017-02-27
- 2.0.0 — 2016-12-01
- 1.0.0 — 2016-04-06

## README

# cf-util-text

> Cloudflare Text Util

## Installation

```sh
$ npm install cf-util-text
```

## Usage

```js
import {getText, setText} from 'cf-util-text';

getText('Some Text Value'); // >> Some Text Value
// console.error(Missing text value for: Some Text Value);

setText('Some Text Value', 'The Real Text Value');
getText('Some Text Value'); // >> The Real Text Value
```

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