UNPKG
appoint
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Another Promise/A+ implementation.
github.com/nswbmw/appoint
nswbmw/appoint
appoint
/
polyfill.js
5 lines
(4 loc)
•
101 B
JavaScript
View Raw
1
2
3
4
5
'use strict'
;
if
(
typeof
global
.
Promise
!==
'function'
) {
global
.
Promise
=
require
(
'./appoint'
); }