native-or-bluebird

WebJar for native-or-bluebird

Лицензия

Лицензия

MIT
Категории

Категории

Native Инструменты разработки
Группа

Группа

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

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

native-or-bluebird
Последняя версия

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

1.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

native-or-bluebird
WebJar for native-or-bluebird
Ссылка на сайт

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

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

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

https://github.com/normalize/native-or-bluebird

Скачать native-or-bluebird

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

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

Зависимости

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

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

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

native-or-bluebird

NPM version Build status Test coverage Dependency Status License Downloads

As Node 0.10 becomes outdated and iojs has been merged into Node.js, this module is now relevant to only a few platforms. Thus, this module is considered obsolete.

Use either bluebird or the native Promise implementation. If no implementation is found, an error will be thrown:

var Promise = require('native-or-bluebird');

The goal of this library is to be able to eventually remove this line from your code and use native Promises, allowing you to to write future-compatible code with ease. You should install bluebird in your libraries for maximum compatibility.

If you do not want an error to be thrown, require() the Promise implementation directly. If no implementation is found, undefined will be returned.

var Promise = require('native-or-bluebird/promise');
if (Promise) // do stuff with promises
org.webjars.npm

Normalize.IO

@import the future, nlz build the present, normalize the past

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

Версия
1.2.0