to-single-quotes

WebJar for to-single-quotes

Лицензия

Лицензия

MIT
Группа

Группа

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

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

to-single-quotes
Последняя версия

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

2.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

to-single-quotes
WebJar for to-single-quotes
Ссылка на сайт

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

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

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

https://github.com/sindresorhus/to-single-quotes

Скачать to-single-quotes

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

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

Зависимости

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

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

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

to-single-quotes

Convert matching double-quotes to single-quotes: I "love" unicornsI 'love' unicorns

Install

$ npm install --save to-single-quotes

Usage

const toSingleQuotes = require('to-single-quotes');

toSingleQuotes('I love "unicorns" \'and\' "ponies"');
//=> "I love 'unicorns' 'and' 'ponies'"

Related

License

MIT © Sindre Sorhus

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

Версия
2.0.1
2.0.0