![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | LICENSE | 7 years ago | 1.1K | |
![]() | README.md | 7 years ago | 412 | d768d73 docs [كارل مبارك] |
![]() | index.js | 7 years ago | 259 | 3e510ca test new git [كارل مبارك] |
![]() | package.json | 2 years ago | 1.3K | 3e510ca test new git [كارل مبارك] |
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