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