index
:
launcher
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_modules
/
es6-promise
/
lib
/
es6-promise.auto.js
blob: 77997866f825a1fd5219e4ae81985a39acfd138f (
plain
) (
blame
)
1
2
3
import
Promise
from
'./es6-promise'
;
Promise
.
polyfill
();
export
default
Promise
;