# unquote

> Remove wrapping quotes from a string.

Latest version **1.1.1** (published 2017-12-18) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: has types package; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2017-12-18 |
| First published | 2014-07-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/unquote) |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 6 |
| Author | Cameron Lakenen |
| Maintainers | lakenen |
| Keywords | string, unquote, quotes |

## Links

- npm: https://www.npmjs.com/package/unquote
- Repository: https://github.com/lakenen/node-unquote
- Issues: https://github.com/lakenen/node-unquote/issues
- npm.io page: https://npm.io/package/unquote

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

- 1.1.1 (latest) — 2017-12-18
- 1.1.0 — 2015-03-18
- 1.0.0 — 2014-07-22

## README

# unquote

Remove wrapping quotes from a string. Returns an empty string if the first arg is falsey.

## Installation

```
npm install unquote
```


## Usage

Example
```js
var unquote = require('unquote')

unquote('"hello, world"') // 'hello, world'
unquote('\'hello, world\'') // 'hello, world'
```


## Running Tests

```
npm test
```

## License

([The MIT License](LICENSE))

Copyright 2017 Cameron Lakenen

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