unquote (1.1.1)
Published 2026-02-24 14:08:02 +00:00 by atheaadmin
Installation
registry=npm install unquote@1.1.1"unquote": "1.1.1"About this package
unquote
Remove wrapping quotes from a string. Returns an empty string if the first arg is falsey.
Installation
npm install unquote
Usage
Example
var unquote = require('unquote')
unquote('"hello, world"') // 'hello, world'
unquote('\'hello, world\'') // 'hello, world'
Running Tests
npm test
License
Copyright 2017 Cameron Lakenen
Dependencies
Development Dependencies
| ID | Version |
|---|---|
| tape | ^2.13.4 |
Keywords
string
unquote
quotes