UNPKG
@heroku/no-kafka
Version:
latest (2.4.1)
2.4.1
Apache Kafka 0.9 client for Node.JS
github.com/heroku/no-kafka
heroku/no-kafka
@heroku/no-kafka
/
lib
/
bluebird-configured.js
10 lines
(6 loc)
•
143 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
;
var
Promise
=
require
(
'bluebird/js/release/promise'
)();
Promise
.
config
({
cancellation
:
true
});
module
.
exports
=
Promise
;