[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[   ]LICENSE2017-12-18 03:53 1.1K 
[TXT]README.md2017-12-18 03:53 412 d768d73 docs [كارل مبارك]
[   ]index.js2017-12-18 03:51 259 3e510ca test new git [كارل مبارك]
[   ]package.json2023-06-13 07:16 1.3K3e510ca test new git [كارل مبارك]
# 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