UNPKG
jpex-web
Version:
alpha (2.0.0-alpha.1)
latest (2.0.0)
2.0.0
2.0.0-alpha.1
2.0.0-alpha.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Jpex defaults for web
jpex-js.github.io/plugins/jpex-web
jackmellis/jpex-web
jpex-web
/
src
/
$$promise.js
7 lines
(6 loc)
•
168 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
=
function
(
) {
if
(
typeof
Promise
!==
'undefined'
){
return
Promise
;
// eslint-disable-line
}
return
require
(
'promise-polyfill'
); };