lihai 8d6c751f49 feat: push | лет назад: 2 | |
---|---|---|
.. | ||
.npmignore | лет назад: 2 | |
LICENSE | лет назад: 2 | |
README.md | лет назад: 2 | |
index.js | лет назад: 2 | |
package.json | лет назад: 2 |
Remove wrapping quotes from a string. Returns an empty string if the first arg is falsey.
npm install unquote
Example
var unquote = require('unquote')
unquote('"hello, world"') // 'hello, world'
unquote('\'hello, world\'') // 'hello, world'
npm test
Copyright 2017 Cameron Lakenen