Sign in
◑
Theme
cobalt
/
cobalt
/
c9e19ca560c593f3612acbdcd0ca4da848fb7c3e
/
.
/
third_party
/
devtools
/
node_modules
/
es6-promise
/
lib
/
es6-promise.js
blob: 4f4d840d09b53c9ef96ea7a164908bbe219dbd8c [
file
]
import
Promise
from
'./es6-promise/promise'
;
import
polyfill from
'./es6-promise/polyfill'
;
// Strange compat..
Promise
.
polyfill
=
polyfill
;
Promise
.
Promise
=
Promise
;
export
default
Promise
;