path-complete-extname

WebJar for path-complete-extname

Лицензия

Лицензия

MIT
Группа

Группа

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

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

path-complete-extname
Последняя версия

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

path-complete-extname
WebJar for path-complete-extname
Ссылка на сайт

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

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

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

https://github.com/ruyadorno/path-complete-extname

Скачать path-complete-extname

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

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

Зависимости

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

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

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

path-complete-extname

Build Status

path.extname implementation adapted to also include multiple dots extensions.

About

This module contains the native implementation of Node.js path.extname method adapted to get complete extension names.

Example

  var path = require('path');
  var pathCompleteExtname = require('path-complete-extname');

  var filename = 'myfile.tar.gz';

  path.extname(filename); // .gz
  pathCompleteExtname(filename); // .tar.gz

For more information about what filenames are valid and what will be returned in each case, see the test.js file.

License

Released under the MIT License.

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

Версия
1.0.0