XuelesszzZ 94af2b8e7b 6-30-5 | 1 yıl önce | |
---|---|---|
.. | ||
.npmignore | 1 yıl önce | |
LICENSE | 1 yıl önce | |
README.md | 1 yıl önce | |
index.js | 1 yıl önce | |
package.json | 1 yıl önce |
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