UNPKG
riot-api-stats
Version:
latest (0.0.1)
0.0.1
Riot API Stats service
riot-api-stats
/
src
/
promise.js
6 lines
(4 loc)
•
173 B
JavaScript
View Raw
1
2
3
4
5
6
// Interop with Bluebird
// see: http://bluebirdjs.com/docs/features.html#scoped-prototypes
const
Promise
=
require
(
'bluebird/js/release/promise'
)()
export
default
Promise