| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| LICENSE | 2017-12-18 03:53 | 1.1K | ||
| index.js | 2017-12-18 03:51 | 259 | 3e510ca test new git [كارل مبارك] | |
| package.json | 2023-06-13 07:16 | 1.3K | 3e510ca test new git [كارل مبارك] | |
| README.md | 2017-12-18 03:53 | 412 | d768d73 docs [كارل مبارك] |
# 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