Irina Glushko 2389e7160b HW1 done | před 3 roky | |
---|---|---|
.. | ||
.npmignore | před 3 roky | |
LICENSE | před 3 roky | |
README.md | před 3 roky | |
index.js | před 3 roky | |
package.json | před 3 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