UNPKG
riot-api-stats
Version:
latest (0.0.1)
0.0.1
Riot API Stats service
riot-api-stats
/
dist
/
promise.js
5 lines
(4 loc)
•
252 B
JavaScript
View Raw
1
2
3
4
5
'use strict'
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
// Interop with Bluebird
// see: http://bluebirdjs.com/docs/features.html#scoped-prototypes
const
Promise
=
require
(
'bluebird/js/release/promise'
)();
exports
.
default
=
Promise
;