unquote

WebJar for unquote

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

unquote
Последняя версия

Последняя версия

1.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

unquote
WebJar for unquote
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать unquote

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.1.1
1.1.0