null-check

WebJar for null-check

Лицензия

Лицензия

MIT
Группа

Группа

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

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

null-check
Последняя версия

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

null-check
WebJar for null-check
Ссылка на сайт

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

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

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

https://github.com/sindresorhus/null-check

Скачать null-check

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

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

Зависимости

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

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

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

null-check

Ensure a path doesn't contain null bytes

Install

$ npm install --save null-check

Usage

const nullCheck = require('null-check');

try {
	nullCheck('unicorn.png\u0000');
} catch (error) {
	console.log(error);
	//=> 'Path must be a string without null bytes.'
}

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

Версия
1.0.0