katwhite 2bb8a30479 i hope this works 4 лет назад
..
.npmignore 2bb8a30479 i hope this works 4 лет назад
LICENSE 2bb8a30479 i hope this works 4 лет назад
README.md 2bb8a30479 i hope this works 4 лет назад
index.js 2bb8a30479 i hope this works 4 лет назад
package.json 2bb8a30479 i hope this works 4 лет назад

README.md

unquote

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

Installation

npm install unquote

Usage

Example

var unquote = require('unquote')

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

Running Tests

npm test

License

(The MIT License)

Copyright 2017 Cameron Lakenen