caoge c760052ff9 机车状态修改 | пре 8 месеци | |
---|---|---|
.. | ||
.npmignore | пре 8 месеци | |
LICENSE | пре 8 месеци | |
README.md | пре 8 месеци | |
index.js | пре 8 месеци | |
package.json | пре 8 месеци |
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