caoge c760052ff9 机车状态修改 | hace 8 meses | |
---|---|---|
.. | ||
.npmignore | hace 8 meses | |
LICENSE | hace 8 meses | |
README.md | hace 8 meses | |
index.js | hace 8 meses | |
package.json | hace 8 meses |
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