Sha256: c0c6e7606f6afc7d8ef00bfd6addc7abb24c6df9f764e1883bdabe73c531fc38

Contents?: true

Size: 412 Bytes

Versions: 28

Compression:

Stored size: 412 Bytes

Contents

# 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

Version data entries

28 entries across 27 versions & 9 rubygems

Version Path
ezii-os-5.2.1 node_modules/unquote/README.md
ezii-os-2.0.1 node_modules/unquote/README.md
ezii-os-1.1.0 node_modules/unquote/README.md
ezii-os-1.0.0 node_modules/unquote/README.md
ezii-os-0.0.0.1.0 node_modules/unquote/README.md
ezii-os-0.0.0.0.1 node_modules/unquote/README.md
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/unquote/README.md
locomotivecms-3.4.0 app/javascript/node_modules/unquote/README.md