peach a19a732be8 commit message | před 2 roky | |
---|---|---|
.. | ||
.npmignore | před 2 roky | |
LICENSE | před 2 roky | |
README.md | před 2 roky | |
index.js | před 2 roky | |
package.json | před 2 roky |
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