unquote
Installation
npm install unquoteUsage
var unquote = require('unquote')
unquote('"hello, world"') // 'hello, world'
unquote('\'hello, world\'') // 'hello, world'Running Tests
npm testLicense
Last updated