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

(The MIT License)

Copyright 2017 Cameron Lakenen

Dependencies

Development Dependencies

ID Version
tape ^2.13.4

Keywords

string unquote quotes
Details
npm
2026-02-24 14:08:02 +00:00
1
Cameron Lakenen
MIT
latest
1.4 KiB
Assets (1)
Versions (1) View all
1.1.1 2026-02-24