# empty-string

> a well-tested empty string module in case you forget how to make one

Latest version **1.1.1** (published 2016-04-03) · ISC license · 0 weekly downloads

## Install

```sh
npm install empty-string
pnpm add empty-string
yarn add empty-string
bun add empty-string
```

## 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 | 1.1.1 |
| Published | 2016-04-03 |
| First published | 2016-04-02 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 16 |
| Author | Thomas Lindstrøm |
| Maintainers | thomaslindstr_m |

## Links

- npm: https://www.npmjs.com/package/empty-string
- Repository: https://github.com/thomaslindstrom/empty-string
- Homepage: https://github.com/thomaslindstrom/empty-string#README
- Issues: https://github.com/thomaslindstrom/empty-string/issues
- npm.io page: https://npm.io/package/empty-string

## Recent versions

- 1.1.1 (latest) — 2016-04-03
- 1.1.0 — 2016-04-02
- 1.0.0 — 2016-04-02

## README

# empty-string ![](https://travis-ci.org/thomaslindstrom/empty-string.svg)

a well-tested empty string module in case you forget how to make one

```
npm install empty-string
```

```javascript
var EMPTY_STRING = require('empty-string');
console.log(EMPTY_STRING); // ''
```

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