unquote

WebJar for unquote

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

unquote
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

unquote
WebJar for unquote
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/lakenen/node-unquote

Download unquote

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/unquote/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>unquote</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/unquote/
implementation 'org.webjars.npm:unquote:1.1.1'
// https://jarcasting.com/artifacts/org.webjars.npm/unquote/
implementation ("org.webjars.npm:unquote:1.1.1")
'org.webjars.npm:unquote:jar:1.1.1'
<dependency org="org.webjars.npm" name="unquote" rev="1.1.1">
  <artifact name="unquote" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='unquote', version='1.1.1')
)
libraryDependencies += "org.webjars.npm" % "unquote" % "1.1.1"
[org.webjars.npm/unquote "1.1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.1.1
1.1.0