peach a19a732be8 commit message | 2 år sedan | |
---|---|---|
.. | ||
.npmignore | 2 år sedan | |
LICENSE | 2 år sedan | |
README.md | 2 år sedan | |
index.js | 2 år sedan | |
package.json | 2 år sedan |
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