untildify

WebJar for untildify

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

3.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

https://github.com/sindresorhus/untildify

Скачать untildify

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

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

Зависимости

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

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

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

untildify

Convert a tilde path to an absolute path: ~/dev/Users/sindresorhus/dev

Install

$ npm install untildify

Usage

const untildify = require('untildify');

untildify('~/dev');
//=> '/Users/sindresorhus/dev'

Related

See tildify for the inverse.

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

Версия
3.0.3